#af7627

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

Shades of Hot Toddy #AF7627

Tints of Hot Toddy #AF7627

Color information

#AF7627 (or 0xAF7627) is unknown color: approx Hot Toddy. HEX triplet: AF, 76 and 27. RGB value is (175,118,39). Sum of RGB (Red+Green+Blue) = 175+118+39=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7627 is #5089D8. Grayscale: #7E7E7E. Windows color (decimal): -5278169 or 2586287. OLE color: 2586287.

HSL color Cylindrical-coordinate representation of color #AF7627: hue angle of 34.85º 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 #AF7627 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB17511839-
CMYK00.330.780.31
HSL34.85º63.55%41.96%-
HSV(B)34.85º77.71%68.63%-
XYZ24.5222.224.92-
YUV126.0478.88162.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.71%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 39 (15.62% from 255) = 11.75%
R=52.71%
G=35.54%
B=11.75%

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
Decimal1751183900.330.780.3134.8563.5541.96
HexAF76270214E1F23402a
Octal25716647041116374310052
Binary10101111111011010011101000011001110111111000111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af7627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af7627; }

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

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

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

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

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

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

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

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