#a87f28

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

Shades of Hot Toddy #A87F28

Tints of Hot Toddy #A87F28

Color information

#A87F28 (or 0xA87F28) is unknown color: approx Hot Toddy. HEX triplet: A8, 7F and 28. RGB value is (168,127,40). Sum of RGB (Red+Green+Blue) = 168+127+40=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87F28 is #5780D7. Grayscale: #818181. Windows color (decimal): -5734616 or 2654120. OLE color: 2654120.

HSL color Cylindrical-coordinate representation of color #A87F28: hue angle of 40.78º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A87F28 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB16812740-
CMYK00.240.760.34
HSL40.78º61.54%40.78%-
HSV(B)40.78º76.19%65.88%-
XYZ24.1223.665.3-
YUV129.3477.58155.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.15%
GREEN value IS 127 (50% from 255) = 37.91%
BLUE value IS 40 (16.02% from 255) = 11.94%
R=50.15%
G=37.91%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681274000.240.760.3440.7861.5440.78
HexA87F280184C22293e29
Octal2501775003011442517651
Binary1010100011111111010000110001001100100010101001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a87f28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a87f28; }

 p { color: rgb(168,127,40); }

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

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

 a { background-color: rgb(168,127,40); }

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

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

 span { border-color: rgb(168,127,40); }

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