#AF743C

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

Shades of Bourbon #AF743C

Tints of Bourbon #AF743C

Color information

#AF743C (or 0xAF743C) is unknown color: approx Bourbon. HEX triplet: AF, 74 and 3C. RGB value is (175,116,60). Sum of RGB (Red+Green+Blue) = 175+116+60=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF743C is #508BC3. Grayscale: #7F7F7F. Windows color (decimal): -5278660 or 3962031. OLE color: 3962031.

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

Color convert

RGB17511660-
CMYK00.340.660.31
HSL29.22º48.94%46.08%-
HSV(B)29.22º65.71%68.63%-
XYZ24.7421.937.2-
YUV127.2690.05162.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 60 (23.83% from 255) = 17.09%
R=49.86%
G=33.05%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751166000.340.660.3129.2248.9446.08
HexAF743C022421F1d312e
Octal2571647404210237356156
Binary101011111110100111100010001010000101111111101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF743C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF743C; }

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

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

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

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

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

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

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

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