#AB7A1F

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

Shades of Hot Toddy #AB7A1F

Tints of Hot Toddy #AB7A1F

Color information

#AB7A1F (or 0xAB7A1F) is unknown color: approx Hot Toddy. HEX triplet: AB, 7A and 1F. RGB value is (171,122,31). Sum of RGB (Red+Green+Blue) = 171+122+31=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7A1F is #5485E0. Grayscale: #7E7E7E. Windows color (decimal): -5539297 or 2063019. OLE color: 2063019.

HSL color Cylindrical-coordinate representation of color #AB7A1F: hue angle of 39º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB7A1F is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB17112231-
CMYK00.290.820.33
HSL39º69.31%39.61%-
HSV(B)39º81.87%67.06%-
XYZ2422.684.41-
YUV126.2874.23159.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.78%
GREEN value IS 122 (48.05% from 255) = 37.65%
BLUE value IS 31 (12.5% from 255) = 9.57%
R=52.78%
G=37.65%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711223100.290.820.333969.3139.61
HexAB7A1F01D5221274528
Octal25317237035122414710550
Binary1010101111110101111101110110100101000011001111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7A1F; }

 p { color: rgb(171,122,31); }

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

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

 a { background-color: rgb(171,122,31); }

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

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

 span { border-color: rgb(171,122,31); }

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