#AF7549

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

Shades of Bourbon #AF7549

Tints of Bourbon #AF7549

Color information

#AF7549 (or 0xAF7549) is unknown color: approx Bourbon. HEX triplet: AF, 75 and 49. RGB value is (175,117,73). Sum of RGB (Red+Green+Blue) = 175+117+73=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7549 is #508AB6. Grayscale: #818181. Windows color (decimal): -5278391 or 4814255. OLE color: 4814255.

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

Color convert

RGB17511773-
CMYK00.330.580.31
HSL25.88º41.13%48.63%-
HSV(B)25.88º58.29%68.63%-
XYZ25.2422.329.28-
YUV129.3396.22160.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.95%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 73 (28.91% from 255) = 20%
R=47.95%
G=32.05%
B=20%

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
Decimal1751177300.330.580.3125.8841.1348.63
HexAF75490213A1F1a2931
Octal2571651110417237325161
Binary101011111110101100100101000011110101111111010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7549; }

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

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

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

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

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

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

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

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