#AF712B

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

Shades of Hot Toddy #AF712B

Tints of Hot Toddy #AF712B

Color information

#AF712B (or 0xAF712B) is unknown color: approx Hot Toddy. HEX triplet: AF, 71 and 2B. RGB value is (175,113,43). Sum of RGB (Red+Green+Blue) = 175+113+43=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF712B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF712B is #508ED4. Grayscale: #7B7B7B. Windows color (decimal): -5279445 or 2847151. OLE color: 2847151.

HSL color Cylindrical-coordinate representation of color #AF712B: hue angle of 31.82º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF712B is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB17511343-
CMYK00.350.750.31
HSL31.82º60.55%42.75%-
HSV(B)31.82º75.43%68.63%-
XYZ24.0221.15.09-
YUV123.5682.54164.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.87%
GREEN value IS 113 (44.53% from 255) = 34.14%
BLUE value IS 43 (17.19% from 255) = 12.99%
R=52.87%
G=34.14%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751134300.350.750.3131.8260.5542.75
HexAF712B0234B1F203d2b
Octal2571615304311337407553
Binary1010111111100011010110100011100101111111100000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF712B; }

 p { color: rgb(175,113,43); }

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

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

 a { background-color: rgb(175,113,43); }

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

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

 span { border-color: rgb(175,113,43); }

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