#AB822A

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

Shades of Hot Toddy #AB822A

Tints of Hot Toddy #AB822A

Color information

#AB822A (or 0xAB822A) is unknown color: approx Hot Toddy. HEX triplet: AB, 82 and 2A. RGB value is (171,130,42). Sum of RGB (Red+Green+Blue) = 171+130+42=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB822A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB822A is #547DD5. Grayscale: #848484. Windows color (decimal): -5537238 or 2785963. OLE color: 2785963.

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

Color convert

RGB17113042-
CMYK00.240.750.33
HSL40.93º60.56%41.76%-
HSV(B)40.93º75.44%67.06%-
XYZ25.224.795.65-
YUV132.2377.08155.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.85%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 42 (16.80% from 255) = 12.24%
R=49.85%
G=37.90%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711304200.240.750.3340.9360.5641.76
HexAB822A0184B21293d2a
Octal2532025203011341517552
Binary10101011100000101010100110001001011100001101001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB822A; }

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

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

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

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

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

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

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

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