#ab6f1f

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

Shades of Hot Toddy #AB6F1F

Tints of Hot Toddy #AB6F1F

Color information

#AB6F1F (or 0xAB6F1F) is unknown color: approx Hot Toddy. HEX triplet: AB, 6F and 1F. RGB value is (171,111,31). Sum of RGB (Red+Green+Blue) = 171+111+31=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6F1F is #5490E0. Grayscale: #787878. Windows color (decimal): -5542113 or 2060203. OLE color: 2060203.

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

Color convert

RGB17111131-
CMYK00.350.820.33
HSL34.29º69.31%39.61%-
HSV(B)34.29º81.87%67.06%-
XYZ22.7320.133.98-
YUV119.8277.88164.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.63%
GREEN value IS 111 (43.75% from 255) = 35.46%
BLUE value IS 31 (12.5% from 255) = 9.90%
R=54.63%
G=35.46%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711113100.350.820.3334.2969.3139.61
HexAB6F1F0235221224528
Octal25315737043122414210550
Binary10101011110111111111010001110100101000011000101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab6f1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab6f1f; }

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

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

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

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

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

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

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

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