#AB722C

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

Shades of Hot Toddy #AB722C

Tints of Hot Toddy #AB722C

Color information

#AB722C (or 0xAB722C) is unknown color: approx Hot Toddy. HEX triplet: AB, 72 and 2C. RGB value is (171,114,44). Sum of RGB (Red+Green+Blue) = 171+114+44=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB722C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB722C is #548DD3. Grayscale: #7B7B7B. Windows color (decimal): -5541332 or 2912939. OLE color: 2912939.

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

Color convert

RGB17111444-
CMYK00.330.740.33
HSL33.07º59.07%42.16%-
HSV(B)33.07º74.27%67.06%-
XYZ23.2720.875.19-
YUV123.0683.38162.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.98%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 44 (17.58% from 255) = 13.37%
R=51.98%
G=34.65%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711144400.330.740.3333.0759.0742.16
HexAB722C0214A21213b2a
Octal2531625404111241417352
Binary10101011111001010110001000011001010100001100001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB722C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB722C; }

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

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

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

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

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

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

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

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