#af7140

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

Shades of Bourbon #AF7140

Tints of Bourbon #AF7140

Color information

#AF7140 (or 0xAF7140) is unknown color: approx Bourbon. HEX triplet: AF, 71 and 40. RGB value is (175,113,64). Sum of RGB (Red+Green+Blue) = 175+113+64=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7140 is #508EBF. Grayscale: #7E7E7E. Windows color (decimal): -5279424 or 4223407. OLE color: 4223407.

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

Color convert

RGB17511364-
CMYK00.350.630.31
HSL26.49º46.44%46.86%-
HSV(B)26.49º63.43%68.63%-
XYZ24.5121.297.67-
YUV125.9593.04162.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 64 (25.39% from 255) = 18.18%
R=49.72%
G=32.10%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751136400.350.630.3126.4946.4446.86
HexAF71400233F1F1a2e2f
Octal2571611000437737325657
Binary101011111110001100000001000111111111111111010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af7140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af7140; }

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

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

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

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

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

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

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

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