#AF6C39

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

Shades of Bourbon #AF6C39

Tints of Bourbon #AF6C39

Color information

#AF6C39 (or 0xAF6C39) is unknown color: approx Bourbon. HEX triplet: AF, 6C and 39. RGB value is (175,108,57). Sum of RGB (Red+Green+Blue) = 175+108+57=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C39 is #5093C6. Grayscale: #7A7A7A. Windows color (decimal): -5280711 or 3763375. OLE color: 3763375.

HSL color Cylindrical-coordinate representation of color #AF6C39: hue angle of 25.93º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF6C39 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17510857-
CMYK00.380.670.31
HSL25.93º50.86%45.49%-
HSV(B)25.93º67.43%68.63%-
XYZ23.7820.136.5-
YUV122.2291.2165.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.47%
GREEN value IS 108 (42.58% from 255) = 31.76%
BLUE value IS 57 (22.66% from 255) = 16.76%
R=51.47%
G=31.76%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751085700.380.670.3125.9350.8645.49
HexAF6C39026431F1a332d
Octal2571547104610337326355
Binary101011111101100111001010011010000111111111010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C39; }

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

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

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

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

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

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

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

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