#AF7626

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

Shades of Hot Toddy #AF7626

Tints of Hot Toddy #AF7626

Color information

#AF7626 (or 0xAF7626) is unknown color: approx Hot Toddy. HEX triplet: AF, 76 and 26. RGB value is (175,118,38). Sum of RGB (Red+Green+Blue) = 175+118+38=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7626 is #5089D9. Grayscale: #7E7E7E. Windows color (decimal): -5278170 or 2520751. OLE color: 2520751.

HSL color Cylindrical-coordinate representation of color #AF7626: hue angle of 35.04º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF7626 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB17511838-
CMYK00.330.780.31
HSL35.04º64.32%41.76%-
HSV(B)35.04º78.29%68.63%-
XYZ24.5122.214.83-
YUV125.9278.38163-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.87%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 38 (15.23% from 255) = 11.48%
R=52.87%
G=35.65%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751183800.330.780.3135.0464.3241.76
HexAF76260214E1F23402a
Octal25716646041116374310052
Binary10101111111011010011001000011001110111111000111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7626; }

 p { color: rgb(175,118,38); }

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

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

 a { background-color: rgb(175,118,38); }

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

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

 span { border-color: rgb(175,118,38); }

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