#AF7319

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

Shades of Hot Toddy #AF7319

Tints of Hot Toddy #AF7319

Color information

#AF7319 (or 0xAF7319) is unknown color: approx Hot Toddy. HEX triplet: AF, 73 and 19. RGB value is (175,115,25). Sum of RGB (Red+Green+Blue) = 175+115+25=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7319 is #508CE6. Grayscale: #7B7B7B. Windows color (decimal): -5278951 or 1668015. OLE color: 1668015.

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

Color convert

RGB17511525-
CMYK00.340.860.31
HSL36º75%39.22%-
HSV(B)36º85.71%68.63%-
XYZ23.9921.453.79-
YUV122.6872.88165.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.56%
GREEN value IS 115 (45.31% from 255) = 36.51%
BLUE value IS 25 (10.16% from 255) = 7.94%
R=55.56%
G=36.51%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751152500.340.860.31367539.22
HexAF7319022561F244b27
Octal25716331042126374411347
Binary1010111111100111100101000101010110111111001001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7319; }

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

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

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

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

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

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

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

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