#AB7521

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

Shades of Hot Toddy #AB7521

Tints of Hot Toddy #AB7521

Color information

#AB7521 (or 0xAB7521) is unknown color: approx Hot Toddy. HEX triplet: AB, 75 and 21. RGB value is (171,117,33). Sum of RGB (Red+Green+Blue) = 171+117+33=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7521 is #548ADE. Grayscale: #7B7B7B. Windows color (decimal): -5540575 or 2192811. OLE color: 2192811.

HSL color Cylindrical-coordinate representation of color #AB7521: hue angle of 36.52º 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 #AB7521 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB17111733-
CMYK00.320.810.33
HSL36.52º67.65%40%-
HSV(B)36.52º80.7%67.06%-
XYZ23.4321.494.35-
YUV123.5776.89161.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.27%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 33 (13.28% from 255) = 10.28%
R=53.27%
G=36.45%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711173300.320.810.3336.5267.6540
HexAB75210205121254428
Octal25316541040121414510450
Binary101010111110101100001010000010100011000011001011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7521; }

 p { color: rgb(171,117,33); }

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

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

 a { background-color: rgb(171,117,33); }

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

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

 span { border-color: rgb(171,117,33); }

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