#AB752B

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

Shades of Hot Toddy #AB752B

Tints of Hot Toddy #AB752B

Color information

#AB752B (or 0xAB752B) is unknown color: approx Hot Toddy. HEX triplet: AB, 75 and 2B. RGB value is (171,117,43). Sum of RGB (Red+Green+Blue) = 171+117+43=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB752B is #548AD4. Grayscale: #7D7D7D. Windows color (decimal): -5540565 or 2848171. OLE color: 2848171.

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

Color convert

RGB17111743-
CMYK00.320.750.33
HSL34.69º59.81%41.96%-
HSV(B)34.69º74.85%67.06%-
XYZ23.5921.555.2-
YUV124.7181.89161.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.66%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 43 (17.19% from 255) = 12.99%
R=51.66%
G=35.35%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711174300.320.750.3334.6959.8141.96
HexAB752B0204B21233c2a
Octal2531655304011341437452
Binary10101011111010110101101000001001011100001100011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB752B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB752B; }

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

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

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

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

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

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

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

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