#AF6939

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

Shades of Bourbon #AF6939

Tints of Bourbon #AF6939

Color information

#AF6939 (or 0xAF6939) is unknown color: approx Bourbon. HEX triplet: AF, 69 and 39. RGB value is (175,105,57). Sum of RGB (Red+Green+Blue) = 175+105+57=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6939 is #5096C6. Grayscale: #787878. Windows color (decimal): -5281479 or 3762607. OLE color: 3762607.

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

Color convert

RGB17510557-
CMYK00.400.670.31
HSL24.41º50.86%45.49%-
HSV(B)24.41º67.43%68.63%-
XYZ23.4719.516.4-
YUV120.4692.19166.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.93%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 57 (22.66% from 255) = 16.91%
R=51.93%
G=31.16%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751055700.400.670.3124.4150.8645.49
HexAF6939028431F18332d
Octal2571517105010337306355
Binary101011111101001111001010100010000111111111000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6939; }

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

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

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

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

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

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

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

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