#AF7824

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

Shades of Hot Toddy #AF7824

Tints of Hot Toddy #AF7824

Color information

#AF7824 (or 0xAF7824) is unknown color: approx Hot Toddy. HEX triplet: AF, 78 and 24. RGB value is (175,120,36). Sum of RGB (Red+Green+Blue) = 175+120+36=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7824 is #5087DB. Grayscale: #7F7F7F. Windows color (decimal): -5277660 or 2390191. OLE color: 2390191.

HSL color Cylindrical-coordinate representation of color #AF7824: hue angle of 36.26º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF7824 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB17512036-
CMYK00.310.790.31
HSL36.26º65.88%41.37%-
HSV(B)36.26º79.43%68.63%-
XYZ24.7122.674.74-
YUV126.8776.72162.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.87%
GREEN value IS 120 (47.27% from 255) = 36.25%
BLUE value IS 36 (14.45% from 255) = 10.88%
R=52.87%
G=36.25%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751203600.310.790.3136.2665.8841.37
HexAF782401F4F1F244229
Octal25717044037117374410251
Binary1010111111110001001000111111001111111111001001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7824; }

 p { color: rgb(175,120,36); }

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

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

 a { background-color: rgb(175,120,36); }

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

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

 span { border-color: rgb(175,120,36); }

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