#AF731A

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

Shades of Hot Toddy #AF731A

Tints of Hot Toddy #AF731A

Color information

#AF731A (or 0xAF731A) is unknown color: approx Hot Toddy. HEX triplet: AF, 73 and 1A. RGB value is (175,115,26). Sum of RGB (Red+Green+Blue) = 175+115+26=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF731A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF731A is #508CE5. Grayscale: #7B7B7B. Windows color (decimal): -5278950 or 1733551. OLE color: 1733551.

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

Color convert

RGB17511526-
CMYK00.340.850.31
HSL35.84º74.13%39.41%-
HSV(B)35.84º85.14%68.63%-
XYZ2421.453.85-
YUV122.7973.38165.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.38%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 26 (10.55% from 255) = 8.23%
R=55.38%
G=36.39%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751152600.340.850.3135.8474.1339.41
HexAF731A022551F244a27
Octal25716332042125374411247
Binary1010111111100111101001000101010101111111001001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF731A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF731A; }

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

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

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

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

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

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

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

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