#AF731E

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

Shades of Hot Toddy #AF731E

Tints of Hot Toddy #AF731E

Color information

#AF731E (or 0xAF731E) is unknown color: approx Hot Toddy. HEX triplet: AF, 73 and 1E. RGB value is (175,115,30). Sum of RGB (Red+Green+Blue) = 175+115+30=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF731E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF731E is #508CE1. Grayscale: #7B7B7B. Windows color (decimal): -5278946 or 1995695. OLE color: 1995695.

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

Color convert

RGB17511530-
CMYK00.340.830.31
HSL35.17º70.73%40.2%-
HSV(B)35.17º82.86%68.63%-
XYZ24.0421.474.1-
YUV123.2575.38164.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.69%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 30 (12.11% from 255) = 9.38%
R=54.69%
G=35.94%
B=9.38%

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
Decimal1751153000.340.830.3135.1770.7340.2
HexAF731E022531F234728
Octal25716336042123374310750
Binary1010111111100111111001000101010011111111000111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF731E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF731E; }

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

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

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

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

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

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

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

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