#AF6A44

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

Shades of Bourbon #AF6A44

Tints of Bourbon #AF6A44

Color information

#AF6A44 (or 0xAF6A44) is unknown color: approx Bourbon. HEX triplet: AF, 6A and 44. RGB value is (175,106,68). Sum of RGB (Red+Green+Blue) = 175+106+68=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A44 is #5095BB. Grayscale: #7A7A7A. Windows color (decimal): -5281212 or 4483759. OLE color: 4483759.

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

Color convert

RGB17510668-
CMYK00.390.610.31
HSL21.31º44.03%47.65%-
HSV(B)21.31º61.14%68.63%-
XYZ23.8819.848.04-
YUV122.397.36165.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.14%
GREEN value IS 106 (41.80% from 255) = 30.37%
BLUE value IS 68 (26.95% from 255) = 19.48%
R=50.14%
G=30.37%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751066800.390.610.3121.3144.0347.65
HexAF6A440273D1F152c30
Octal2571521040477537255460
Binary101011111101010100010001001111111011111110101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A44; }

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

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

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

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

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

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

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

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