#AF723F

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

Shades of Bourbon #AF723F

Tints of Bourbon #AF723F

Color information

#AF723F (or 0xAF723F) is unknown color: approx Bourbon. HEX triplet: AF, 72 and 3F. RGB value is (175,114,63). Sum of RGB (Red+Green+Blue) = 175+114+63=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF723F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF723F is #508DC0. Grayscale: #7E7E7E. Windows color (decimal): -5279169 or 4158127. OLE color: 4158127.

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

Color convert

RGB17511463-
CMYK00.350.640.31
HSL27.32º47.06%46.67%-
HSV(B)27.32º64%68.63%-
XYZ24.5921.517.56-
YUV126.4292.21162.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 63 (25% from 255) = 17.90%
R=49.72%
G=32.39%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751146300.350.640.3127.3247.0646.67
HexAF723F023401F1b2f2f
Octal2571627704310037335757
Binary101011111110010111111010001110000001111111011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF723F; }

 p { color: rgb(175,114,63); }

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

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

 a { background-color: rgb(175,114,63); }

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

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

 span { border-color: rgb(175,114,63); }

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