#AF7649

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

Shades of Bourbon #AF7649

Tints of Bourbon #AF7649

Color information

#AF7649 (or 0xAF7649) is unknown color: approx Bourbon. HEX triplet: AF, 76 and 49. RGB value is (175,118,73). Sum of RGB (Red+Green+Blue) = 175+118+73=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7649 is #5089B6. Grayscale: #828282. Windows color (decimal): -5278135 or 4814511. OLE color: 4814511.

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

Color convert

RGB17511873-
CMYK00.330.580.31
HSL26.47º41.13%48.63%-
HSV(B)26.47º58.29%68.63%-
XYZ25.3622.559.32-
YUV129.9195.88160.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 73 (28.91% from 255) = 19.95%
R=47.81%
G=32.24%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751187300.330.580.3126.4741.1348.63
HexAF76490213A1F1a2931
Octal2571661110417237325161
Binary101011111110110100100101000011110101111111010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7649; }

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

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

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

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

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

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

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

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