#AF7249

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

Shades of Bourbon #AF7249

Tints of Bourbon #AF7249

Color information

#AF7249 (or 0xAF7249) is unknown color: approx Bourbon. HEX triplet: AF, 72 and 49. RGB value is (175,114,73). Sum of RGB (Red+Green+Blue) = 175+114+73=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7249 is #508DB6. Grayscale: #7F7F7F. Windows color (decimal): -5279159 or 4813487. OLE color: 4813487.

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

Color convert

RGB17511473-
CMYK00.350.580.31
HSL24.12º41.13%48.63%-
HSV(B)24.12º58.29%68.63%-
XYZ24.921.639.17-
YUV127.5697.21161.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.34%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 73 (28.91% from 255) = 20.17%
R=48.34%
G=31.49%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751147300.350.580.3124.1241.1348.63
HexAF72490233A1F182931
Octal2571621110437237305161
Binary101011111110010100100101000111110101111111000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7249; }

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

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

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

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

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

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

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

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