#AB7220

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

Shades of Hot Toddy #AB7220

Tints of Hot Toddy #AB7220

Color information

#AB7220 (or 0xAB7220) is unknown color: approx Hot Toddy. HEX triplet: AB, 72 and 20. RGB value is (171,114,32). Sum of RGB (Red+Green+Blue) = 171+114+32=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7220 is #548DDF. Grayscale: #7A7A7A. Windows color (decimal): -5541344 or 2126507. OLE color: 2126507.

HSL color Cylindrical-coordinate representation of color #AB7220: hue angle of 35.4º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB7220 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB17111432-
CMYK00.330.810.33
HSL35.4º68.47%39.8%-
HSV(B)35.4º81.29%67.06%-
XYZ23.0720.84.16-
YUV121.777.38163.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.94%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 32 (12.89% from 255) = 10.09%
R=53.94%
G=35.96%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711143200.330.810.3335.468.4739.8
HexAB72200215121234428
Octal25316240041121414310450
Binary101010111110010100000010000110100011000011000111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7220; }

 p { color: rgb(171,114,32); }

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

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

 a { background-color: rgb(171,114,32); }

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

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

 span { border-color: rgb(171,114,32); }

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