#AF6C3C

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

Shades of Bourbon #AF6C3C

Tints of Bourbon #AF6C3C

Color information

#AF6C3C (or 0xAF6C3C) is unknown color: approx Bourbon. HEX triplet: AF, 6C and 3C. RGB value is (175,108,60). Sum of RGB (Red+Green+Blue) = 175+108+60=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C3C is #5093C3. Grayscale: #7A7A7A. Windows color (decimal): -5280708 or 3959983. OLE color: 3959983.

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

Color convert

RGB17510860-
CMYK00.380.660.31
HSL25.04º48.94%46.08%-
HSV(B)25.04º65.71%68.63%-
XYZ23.8620.176.91-
YUV122.5692.7165.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.02%
GREEN value IS 108 (42.58% from 255) = 31.49%
BLUE value IS 60 (23.83% from 255) = 17.49%
R=51.02%
G=31.49%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751086000.380.660.3125.0448.9446.08
HexAF6C3C026421F19312e
Octal2571547404610237316156
Binary101011111101100111100010011010000101111111001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C3C; }

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

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

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

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

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

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

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

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