Html Css Color HEX #A96F47 Bourbon

📋 copy color: '#A96F47'

red 169 ◦ green 111 ◦ blue 71

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

Shades of Bourbon #A96F47

Tints of Bourbon #A96F47

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

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

R = 48.15%
G = 31.62%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A96F47 (or 0xA96F47) is known color: Bourbon. HEX triplet: A9, 6F and 47. RGB value is (169,111,71). Sum of RGB (Red+Green+Blue) = 169+111+71=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96F47 is #5690B8. Grayscale: #7C7C7C. Windows color (decimal): -5673145 or 4681641. OLE color: 4681641.

HSL color Cylindrical-coordinate representation of color #A96F47: hue angle of 24.49º 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 #A96F47 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 111 71 -
CMYK 0 0.34 0.58 0.34
HSL 24.49º 0.41% 0.47% -
HSV(B) 24.49º 0.58% 0.66% -
XYZ 23.18 20.26 8.65 -
YUV 123.78 98.22 160.25 -
System Red Green Blue C M Y K H S L
Decimal 169 111 71 0 0.34 0.58 0.34 24.49 0.41 0.47
Hex A9 6F 47 0 22 3A 22 18 29 2F
Octal 251 157 107 0 42 72 42 30 51 57
Binary 10101001 1101111 1000111 0 100010 111010 100010 11000 101001 101111

Color Harmonies of #A96F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96F47

Black with #A96F47

Text Example


Text Example

White with #A96F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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