#A87D2A

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

Shades of Hot Toddy #A87D2A

Tints of Hot Toddy #A87D2A

Color information

#A87D2A (or 0xA87D2A) is unknown color: approx Hot Toddy. HEX triplet: A8, 7D and 2A. RGB value is (168,125,42). Sum of RGB (Red+Green+Blue) = 168+125+42=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87D2A is #5782D5. Grayscale: #808080. Windows color (decimal): -5735126 or 2784680. OLE color: 2784680.

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

Color convert

RGB16812542-
CMYK00.260.750.34
HSL39.52º60%41.18%-
HSV(B)39.52º75%65.88%-
XYZ23.923.165.4-
YUV128.479.25156.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.15%
GREEN value IS 125 (49.22% from 255) = 37.31%
BLUE value IS 42 (16.80% from 255) = 12.54%
R=50.15%
G=37.31%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681254200.260.750.3439.526041.18
HexA87D2A01A4B22283c29
Octal2501755203211342507451
Binary1010100011111011010100110101001011100010101000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87D2A; }

 p { color: rgb(168,125,42); }

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

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

 a { background-color: rgb(168,125,42); }

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

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

 span { border-color: rgb(168,125,42); }

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