#af703c

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

Shades of Bourbon #AF703C

Tints of Bourbon #AF703C

Color information

#AF703C (or 0xAF703C) is unknown color: approx Bourbon. HEX triplet: AF, 70 and 3C. RGB value is (175,112,60). Sum of RGB (Red+Green+Blue) = 175+112+60=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF703C is #508FC3. Grayscale: #7D7D7D. Windows color (decimal): -5279684 or 3961007. OLE color: 3961007.

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

Color convert

RGB17511260-
CMYK00.360.660.31
HSL27.13º48.94%46.08%-
HSV(B)27.13º65.71%68.63%-
XYZ24.2921.037.05-
YUV124.9191.37163.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.43%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 60 (23.83% from 255) = 17.29%
R=50.43%
G=32.28%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751126000.360.660.3127.1348.9446.08
HexAF703C024421F1b312e
Octal2571607404410237336156
Binary101011111110000111100010010010000101111111011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af703c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af703c; }

 p { color: rgb(175,112,60); }

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

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

 a { background-color: rgb(175,112,60); }

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

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

 span { border-color: rgb(175,112,60); }

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