#AF721C

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

Shades of Hot Toddy #AF721C

Tints of Hot Toddy #AF721C

Color information

#AF721C (or 0xAF721C) is unknown color: approx Hot Toddy. HEX triplet: AF, 72 and 1C. RGB value is (175,114,28). Sum of RGB (Red+Green+Blue) = 175+114+28=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF721C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF721C is #508DE3. Grayscale: #7A7A7A. Windows color (decimal): -5279204 or 1864367. OLE color: 1864367.

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

Color convert

RGB17511428-
CMYK00.350.840.31
HSL35.1º72.41%39.8%-
HSV(B)35.1º84%68.63%-
XYZ23.9121.233.94-
YUV122.4474.71165.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.21%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 28 (11.33% from 255) = 8.83%
R=55.21%
G=35.96%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751142800.350.840.3135.172.4139.8
HexAF721C023541F234828
Octal25716234043124374311050
Binary1010111111100101110001000111010100111111000111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF721C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF721C; }

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

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

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

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

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

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

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

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