#AF741E

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

Shades of Hot Toddy #AF741E

Tints of Hot Toddy #AF741E

Color information

#AF741E (or 0xAF741E) is unknown color: approx Hot Toddy. HEX triplet: AF, 74 and 1E. RGB value is (175,116,30). Sum of RGB (Red+Green+Blue) = 175+116+30=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF741E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF741E is #508BE1. Grayscale: #7C7C7C. Windows color (decimal): -5278690 or 1995951. OLE color: 1995951.

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

Color convert

RGB17511630-
CMYK00.340.830.31
HSL35.59º70.73%40.2%-
HSV(B)35.59º82.86%68.63%-
XYZ24.1621.74.14-
YUV123.8475.05164.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.52%
GREEN value IS 116 (45.70% from 255) = 36.14%
BLUE value IS 30 (12.11% from 255) = 9.35%
R=54.52%
G=36.14%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751163000.340.830.3135.5970.7340.2
HexAF741E022531F244728
Octal25716436042123374410750
Binary1010111111101001111001000101010011111111001001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF741E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF741E; }

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

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

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

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

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

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

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

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