#AB802A

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

Shades of Hot Toddy #AB802A

Tints of Hot Toddy #AB802A

Color information

#AB802A (or 0xAB802A) is unknown color: approx Hot Toddy. HEX triplet: AB, 80 and 2A. RGB value is (171,128,42). Sum of RGB (Red+Green+Blue) = 171+128+42=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB802A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB802A is #547FD5. Grayscale: #838383. Windows color (decimal): -5537750 or 2785451. OLE color: 2785451.

HSL color Cylindrical-coordinate representation of color #AB802A: hue angle of 40º degrees, saturation: 0.61, 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 #AB802A is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB17112842-
CMYK00.250.750.33
HSL40º60.56%41.76%-
HSV(B)40º75.44%67.06%-
XYZ24.9324.265.56-
YUV131.0577.75156.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.15%
GREEN value IS 128 (50.39% from 255) = 37.54%
BLUE value IS 42 (16.80% from 255) = 12.32%
R=50.15%
G=37.54%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711284200.250.750.334060.5641.76
HexAB802A0194B21283d2a
Octal2532005203111341507552
Binary10101011100000001010100110011001011100001101000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB802A; }

 p { color: rgb(171,128,42); }

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

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

 a { background-color: rgb(171,128,42); }

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

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

 span { border-color: rgb(171,128,42); }

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