#AF7142

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

Shades of Bourbon #AF7142

Tints of Bourbon #AF7142

Color information

#AF7142 (or 0xAF7142) is unknown color: approx Bourbon. HEX triplet: AF, 71 and 42. RGB value is (175,113,66). Sum of RGB (Red+Green+Blue) = 175+113+66=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7142 is #508EBD. Grayscale: #7E7E7E. Windows color (decimal): -5279422 or 4354479. OLE color: 4354479.

HSL color Cylindrical-coordinate representation of color #AF7142: hue angle of 25.87º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF7142 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB17511366-
CMYK00.350.620.31
HSL25.87º45.23%47.25%-
HSV(B)25.87º62.29%68.63%-
XYZ24.5721.327.97-
YUV126.1894.04162.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.44%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 66 (26.17% from 255) = 18.64%
R=49.44%
G=31.92%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751136600.350.620.3125.8745.2347.25
HexAF71420233E1F1a2d2f
Octal2571611020437637325557
Binary101011111110001100001001000111111101111111010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7142; }

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

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

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

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

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

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

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

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