#A27C2B

Color #A27C2B Hot Toddy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Toddy #A27C2B

Tints of Hot Toddy #A27C2B

Color information

#A27C2B (or 0xA27C2B) is unknown color: approx Hot Toddy. HEX triplet: A2, 7C and 2B. RGB value is (162,124,43). Sum of RGB (Red+Green+Blue) = 162+124+43=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27C2B is #5D83D4. Grayscale: #7E7E7E. Windows color (decimal): -6128597 or 2849954. OLE color: 2849954.

HSL color Cylindrical-coordinate representation of color #A27C2B: hue angle of 40.84º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A27C2B is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB16212443-
CMYK00.230.730.36
HSL40.84º58.05%40.2%-
HSV(B)40.84º73.46%63.53%-
XYZ22.5422.275.4-
YUV126.1381.09153.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 124 (48.83% from 255) = 37.69%
BLUE value IS 43 (17.19% from 255) = 13.07%
R=49.24%
G=37.69%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621244300.230.730.3640.8458.0540.2
HexA27C2B0174924293a28
Octal2421745302711144517250
Binary1010001011111001010110101111001001100100101001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C2B; }

 p { color: rgb(162,124,43); }

 H1.HeaderClassName
 {
   color: #A27C2B;
 }
 .AnyTagClassName
 {
   color: #A27C2B;
 }
</style>
background-color css

<style>
 a { background-color: #A27C2B; }

 a { background-color: rgb(162,124,43); }

 div.DivClassName
 {
   background-color: #A27C2B;
 }
 .BgClassName
 {
   background-color: #A27C2B;
 }
</style>
border-color css

<style>
 span { border-color: #A27C2B; }

 span { border-color: rgb(162,124,43); }

 td.TdClassName
 {
   border-color: #A27C2B;
 }
 .TagClassName
 {
   border-color: #A27C2B;
 }
</style>