#A47528

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

Shades of Hot Toddy #A47528

Tints of Hot Toddy #A47528

Color information

#A47528 (or 0xA47528) is unknown color: approx Hot Toddy. HEX triplet: A4, 75 and 28. RGB value is (164,117,40). Sum of RGB (Red+Green+Blue) = 164+117+40=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A47528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47528 is #5B8AD7. Grayscale: #7A7A7A. Windows color (decimal): -5999320 or 2651556. OLE color: 2651556.

HSL color Cylindrical-coordinate representation of color #A47528: hue angle of 37.26º 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 #A47528 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB16411740-
CMYK00.290.760.36
HSL37.26º60.78%40%-
HSV(B)37.26º75.61%64.31%-
XYZ22.0520.774.85-
YUV122.2881.57157.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.09%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 40 (16.02% from 255) = 12.46%
R=51.09%
G=36.45%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641174000.290.760.3637.2660.7840
HexA4752801D4C24253d28
Octal2441655003511444457550
Binary1010010011101011010000111011001100100100100101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47528; }

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

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

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

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

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

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

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

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