#AB7421

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

Shades of Hot Toddy #AB7421

Tints of Hot Toddy #AB7421

Color information

#AB7421 (or 0xAB7421) is unknown color: approx Hot Toddy. HEX triplet: AB, 74 and 21. RGB value is (171,116,33). Sum of RGB (Red+Green+Blue) = 171+116+33=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7421 is #548BDE. Grayscale: #7B7B7B. Windows color (decimal): -5540831 or 2192555. OLE color: 2192555.

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

Color convert

RGB17111633-
CMYK00.320.810.33
HSL36.09º67.65%40%-
HSV(B)36.09º80.7%67.06%-
XYZ23.3121.264.31-
YUV122.9877.22162.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.44%
GREEN value IS 116 (45.70% from 255) = 36.25%
BLUE value IS 33 (13.28% from 255) = 10.31%
R=53.44%
G=36.25%
B=10.31%

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
Decimal1711163300.320.810.3336.0967.6540
HexAB74210205121244428
Octal25316441040121414410450
Binary101010111110100100001010000010100011000011001001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7421; }

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

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

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

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

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

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

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

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