#AF741C

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

Shades of Hot Toddy #AF741C

Tints of Hot Toddy #AF741C

Color information

#AF741C (or 0xAF741C) is unknown color: approx Hot Toddy. HEX triplet: AF, 74 and 1C. RGB value is (175,116,28). Sum of RGB (Red+Green+Blue) = 175+116+28=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF741C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF741C is #508BE3. Grayscale: #7C7C7C. Windows color (decimal): -5278692 or 1864879. OLE color: 1864879.

HSL color Cylindrical-coordinate representation of color #AF741C: hue angle of 35.92º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF741C is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB17511628-
CMYK00.340.840.31
HSL35.92º72.41%39.8%-
HSV(B)35.92º84%68.63%-
XYZ24.1321.694.01-
YUV123.6174.05164.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.86%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 28 (11.33% from 255) = 8.78%
R=54.86%
G=36.36%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751162800.340.840.3135.9272.4139.8
HexAF741C022541F244828
Octal25716434042124374411050
Binary1010111111101001110001000101010100111111001001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF741C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF741C; }

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

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

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

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

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

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

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

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