#AB741C

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

Shades of Hot Toddy #AB741C

Tints of Hot Toddy #AB741C

Color information

#AB741C (or 0xAB741C) is unknown color: approx Hot Toddy. HEX triplet: AB, 74 and 1C. RGB value is (171,116,28). Sum of RGB (Red+Green+Blue) = 171+116+28=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB741C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB741C is #548BE3. Grayscale: #7A7A7A. Windows color (decimal): -5540836 or 1864875. OLE color: 1864875.

HSL color Cylindrical-coordinate representation of color #AB741C: hue angle of 36.92º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB741C is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB17111628-
CMYK00.320.840.33
HSL36.92º71.86%39.02%-
HSV(B)36.92º83.63%67.06%-
XYZ23.2521.233.97-
YUV122.4174.72162.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.29%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 28 (11.33% from 255) = 8.89%
R=54.29%
G=36.83%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711162800.320.840.3336.9271.8639.02
HexAB741C0205421254827
Octal25316434040124414511047
Binary10101011111010011100010000010101001000011001011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB741C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB741C; }

 p { color: rgb(171,116,28); }

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

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

 a { background-color: rgb(171,116,28); }

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

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

 span { border-color: rgb(171,116,28); }

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