#AB812A

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

Shades of Hot Toddy #AB812A

Tints of Hot Toddy #AB812A

Color information

#AB812A (or 0xAB812A) is unknown color: approx Hot Toddy. HEX triplet: AB, 81 and 2A. RGB value is (171,129,42). Sum of RGB (Red+Green+Blue) = 171+129+42=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB812A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB812A is #547ED5. Grayscale: #848484. Windows color (decimal): -5537494 or 2785707. OLE color: 2785707.

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

Color convert

RGB17112942-
CMYK00.250.750.33
HSL40.47º60.56%41.76%-
HSV(B)40.47º75.44%67.06%-
XYZ25.0624.535.6-
YUV131.6477.41156.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50%
GREEN value IS 129 (50.78% from 255) = 37.72%
BLUE value IS 42 (16.80% from 255) = 12.28%
R=50%
G=37.72%
B=12.28%

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
Decimal1711294200.250.750.3340.4760.5641.76
HexAB812A0194B21283d2a
Octal2532015203111341507552
Binary10101011100000011010100110011001011100001101000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB812A; }

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

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

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

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

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

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

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

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