#A27228

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

Shades of Hot Toddy #A27228

Tints of Hot Toddy #A27228

Color information

#A27228 (or 0xA27228) is unknown color: approx Hot Toddy. HEX triplet: A2, 72 and 28. RGB value is (162,114,40). Sum of RGB (Red+Green+Blue) = 162+114+40=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A27228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27228 is #5D8DD7. Grayscale: #787878. Windows color (decimal): -6131160 or 2650786. OLE color: 2650786.

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

Color convert

RGB16211440-
CMYK00.300.750.36
HSL36.39º60.4%39.61%-
HSV(B)36.39º75.31%63.53%-
XYZ21.319.874.72-
YUV119.9282.9158.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.27%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 40 (16.02% from 255) = 12.66%
R=51.27%
G=36.08%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621144000.300.750.3636.3960.439.61
HexA2722801E4B24243c28
Octal2421625003611344447450
Binary1010001011100101010000111101001011100100100100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27228; }

 p { color: rgb(162,114,40); }

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

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

 a { background-color: rgb(162,114,40); }

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

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

 span { border-color: rgb(162,114,40); }

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