#AF7149

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

Shades of Bourbon #AF7149

Tints of Bourbon #AF7149

Color information

#AF7149 (or 0xAF7149) is unknown color: approx Bourbon. HEX triplet: AF, 71 and 49. RGB value is (175,113,73). Sum of RGB (Red+Green+Blue) = 175+113+73=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7149 is #508EB6. Grayscale: #7F7F7F. Windows color (decimal): -5279415 or 4813231. OLE color: 4813231.

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

Color convert

RGB17511373-
CMYK00.350.580.31
HSL23.53º41.13%48.63%-
HSV(B)23.53º58.29%68.63%-
XYZ24.7921.419.13-
YUV126.9897.54162.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 113 (44.53% from 255) = 31.30%
BLUE value IS 73 (28.91% from 255) = 20.22%
R=48.48%
G=31.30%
B=20.22%

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
Decimal1751137300.350.580.3123.5341.1348.63
HexAF71490233A1F182931
Octal2571611110437237305161
Binary101011111110001100100101000111110101111111000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7149; }

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

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

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

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

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

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

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

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