#AF721E

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

Shades of Hot Toddy #AF721E

Tints of Hot Toddy #AF721E

Color information

#AF721E (or 0xAF721E) is unknown color: approx Hot Toddy. HEX triplet: AF, 72 and 1E. RGB value is (175,114,30). Sum of RGB (Red+Green+Blue) = 175+114+30=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF721E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF721E is #508DE1. Grayscale: #7B7B7B. Windows color (decimal): -5279202 or 1995439. OLE color: 1995439.

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

Color convert

RGB17511430-
CMYK00.350.830.31
HSL34.76º70.73%40.2%-
HSV(B)34.76º82.86%68.63%-
XYZ23.9321.244.07-
YUV122.6675.71165.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.86%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 30 (12.11% from 255) = 9.40%
R=54.86%
G=35.74%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751143000.350.830.3134.7670.7340.2
HexAF721E023531F234728
Octal25716236043123374310750
Binary1010111111100101111001000111010011111111000111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF721E; }

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

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

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

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

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

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

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

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