#A87221

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

Shades of Hot Toddy #A87221

Tints of Hot Toddy #A87221

Color information

#A87221 (or 0xA87221) is unknown color: approx Hot Toddy. HEX triplet: A8, 72 and 21. RGB value is (168,114,33). Sum of RGB (Red+Green+Blue) = 168+114+33=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A87221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87221 is #578DDE. Grayscale: #797979. Windows color (decimal): -5737951 or 2192040. OLE color: 2192040.

HSL color Cylindrical-coordinate representation of color #A87221: hue angle of 36º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A87221 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB16811433-
CMYK00.320.800.34
HSL36º67.16%39.41%-
HSV(B)36º80.36%65.88%-
XYZ22.4420.474.21-
YUV120.9178.39161.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.33%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 33 (13.28% from 255) = 10.48%
R=53.33%
G=36.19%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681143300.320.800.343667.1639.41
HexA872210205022244327
Octal25016241040120424410347
Binary101010001110010100001010000010100001000101001001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87221; }

 p { color: rgb(168,114,33); }

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

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

 a { background-color: rgb(168,114,33); }

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

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

 span { border-color: rgb(168,114,33); }

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