#AF714A

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

Shades of Bourbon #AF714A

Tints of Bourbon #AF714A

Color information

#AF714A (or 0xAF714A) is unknown color: approx Bourbon. HEX triplet: AF, 71 and 4A. RGB value is (175,113,74). Sum of RGB (Red+Green+Blue) = 175+113+74=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF714A is #508EB5. Grayscale: #7F7F7F. Windows color (decimal): -5279414 or 4878767. OLE color: 4878767.

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

Color convert

RGB17511374-
CMYK00.350.580.31
HSL23.17º40.56%48.82%-
HSV(B)23.17º57.71%68.63%-
XYZ24.8221.429.3-
YUV127.0998.04162.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.34%
GREEN value IS 113 (44.53% from 255) = 31.22%
BLUE value IS 74 (29.30% from 255) = 20.44%
R=48.34%
G=31.22%
B=20.44%

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
Decimal1751137400.350.580.3123.1740.5648.82
HexAF714A0233A1F172931
Octal2571611120437237275161
Binary101011111110001100101001000111110101111110111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF714A; }

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

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

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

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

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

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

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

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