#A47628

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

Shades of Hot Toddy #A47628

Tints of Hot Toddy #A47628

Color information

#A47628 (or 0xA47628) is unknown color: approx Hot Toddy. HEX triplet: A4, 76 and 28. RGB value is (164,118,40). Sum of RGB (Red+Green+Blue) = 164+118+40=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A47628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47628 is #5B89D7. Grayscale: #7B7B7B. Windows color (decimal): -5999064 or 2651812. OLE color: 2651812.

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

Color convert

RGB16411840-
CMYK00.280.760.36
HSL37.74º60.78%40%-
HSV(B)37.74º75.61%64.31%-
XYZ22.17214.89-
YUV122.8681.24157.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.93%
GREEN value IS 118 (46.48% from 255) = 36.65%
BLUE value IS 40 (16.02% from 255) = 12.42%
R=50.93%
G=36.65%
B=12.42%

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
Decimal1641184000.280.760.3637.7460.7840
HexA4762801C4C24263d28
Octal2441665003411444467550
Binary1010010011101101010000111001001100100100100110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47628; }

 p { color: rgb(164,118,40); }

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

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

 a { background-color: rgb(164,118,40); }

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

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

 span { border-color: rgb(164,118,40); }

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