Html Css Color HEX #A96E47 Bourbon

📋 copy color: '#A96E47'

red 169 ◦ green 110 ◦ blue 71

#A96E47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #A96E47

Tints of Bourbon #A96E47

RGB

 RED value IS 169 (66.41% from 255) = 48.29%

 GREEN value IS 110 (43.36% from 255) = 31.43%

 BLUE value IS 71 (28.13% from 255) = 20.29%

R = 48.29%
G = 31.43%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A96E47 (or 0xA96E47) is known color: Bourbon. HEX triplet: A9, 6E and 47. RGB value is (169,110,71). Sum of RGB (Red+Green+Blue) = 169+110+71=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96E47 is #5691B8. Grayscale: #7B7B7B. Windows color (decimal): -5673401 or 4681385. OLE color: 4681385.

HSL color Cylindrical-coordinate representation of color #A96E47: hue angle of 23.88º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A96E47 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 110 71 -
CMYK 0 0.35 0.58 0.34
HSL 23.88º 0.41% 0.47% -
HSV(B) 23.88º 0.58% 0.66% -
XYZ 23.08 20.04 8.61 -
YUV 123.2 98.55 160.67 -
System Red Green Blue C M Y K H S L
Decimal 169 110 71 0 0.35 0.58 0.34 23.88 0.41 0.47
Hex A9 6E 47 0 23 3A 22 18 29 2F
Octal 251 156 107 0 43 72 42 30 51 57
Binary 10101001 1101110 1000111 0 100011 111010 100010 11000 101001 101111

Color Harmonies of #A96E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96E47

Black with #A96E47

Text Example


Text Example

White with #A96E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96E47; }

 p { color: rgb(169,110,71); }

 H1.HeaderClassName
 {
   color: #A96E47;
 }
 .AnyTagClassName
 {
   color: #A96E47;
 }
</style>

background-color css

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

 a { background-color: rgb(169,110,71); }

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

border-color css

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

 span { border-color: rgb(169,110,71); }

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