#AB752C

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

Shades of Hot Toddy #AB752C

Tints of Hot Toddy #AB752C

Color information

#AB752C (or 0xAB752C) is unknown color: approx Hot Toddy. HEX triplet: AB, 75 and 2C. RGB value is (171,117,44). Sum of RGB (Red+Green+Blue) = 171+117+44=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB752C is #548AD3. Grayscale: #7D7D7D. Windows color (decimal): -5540564 or 2913707. OLE color: 2913707.

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

Color convert

RGB17111744-
CMYK00.320.740.33
HSL34.49º59.07%42.16%-
HSV(B)34.49º74.27%67.06%-
XYZ23.6121.565.3-
YUV124.8282.39160.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.51%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 44 (17.58% from 255) = 13.25%
R=51.51%
G=35.24%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711174400.320.740.3334.4959.0742.16
HexAB752C0204A21223b2a
Octal2531655404011241427352
Binary10101011111010110110001000001001010100001100010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB752C; }

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

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

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

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

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

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

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

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