#A27427

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

Shades of Hot Toddy #A27427

Tints of Hot Toddy #A27427

Color information

#A27427 (or 0xA27427) is unknown color: approx Hot Toddy. HEX triplet: A2, 74 and 27. RGB value is (162,116,39). Sum of RGB (Red+Green+Blue) = 162+116+39=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A27427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27427 is #5D8BD8. Grayscale: #797979. Windows color (decimal): -6130649 or 2585762. OLE color: 2585762.

HSL color Cylindrical-coordinate representation of color #A27427: hue angle of 37.56º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A27427 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB16211639-
CMYK00.280.760.36
HSL37.56º61.19%39.41%-
HSV(B)37.56º75.93%63.53%-
XYZ21.5120.324.71-
YUV120.9881.74157.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 39 (15.62% from 255) = 12.30%
R=51.10%
G=36.59%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621163900.280.760.3637.5661.1939.41
HexA2742701C4C24263d27
Octal2421644703411444467547
Binary1010001011101001001110111001001100100100100110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27427; }

 p { color: rgb(162,116,39); }

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

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

 a { background-color: rgb(162,116,39); }

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

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

 span { border-color: rgb(162,116,39); }

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