#AF6944

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

Shades of Bourbon #AF6944

Tints of Bourbon #AF6944

Color information

#AF6944 (or 0xAF6944) is unknown color: approx Bourbon. HEX triplet: AF, 69 and 44. RGB value is (175,105,68). Sum of RGB (Red+Green+Blue) = 175+105+68=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6944 is #5096BB. Grayscale: #797979. Windows color (decimal): -5281468 or 4483503. OLE color: 4483503.

HSL color Cylindrical-coordinate representation of color #AF6944: hue angle of 20.75º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF6944 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB17510568-
CMYK00.400.610.31
HSL20.75º44.03%47.65%-
HSV(B)20.75º61.14%68.63%-
XYZ23.7719.638.01-
YUV121.7197.69166.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.29%
GREEN value IS 105 (41.41% from 255) = 30.17%
BLUE value IS 68 (26.95% from 255) = 19.54%
R=50.29%
G=30.17%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751056800.400.610.3120.7544.0347.65
HexAF69440283D1F152c30
Octal2571511040507537255460
Binary101011111101001100010001010001111011111110101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6944; }

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

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

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

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

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

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

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

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