Html Css Color HEX #A96F41 Bourbon

📋 copy color: '#A96F41'

red 169 ◦ green 111 ◦ blue 65

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

Shades of Bourbon #A96F41

Tints of Bourbon #A96F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.84%

R = 48.99%
G = 32.17%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A96F41 (or 0xA96F41) is known color: Bourbon. HEX triplet: A9, 6F and 41. RGB value is (169,111,65). Sum of RGB (Red+Green+Blue) = 169+111+65=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96F41 is #5690BE. Grayscale: #7B7B7B. Windows color (decimal): -5673151 or 4288425. OLE color: 4288425.

HSL color Cylindrical-coordinate representation of color #A96F41: hue angle of 26.54º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A96F41 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 111 65 -
CMYK 0 0.34 0.62 0.34
HSL 26.54º 0.44% 0.46% -
HSV(B) 26.54º 0.62% 0.66% -
XYZ 23 20.19 7.68 -
YUV 123.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 169 111 65 0 0.34 0.62 0.34 26.54 0.44 0.46
Hex A9 6F 41 0 22 3E 22 1B 2C 2E
Octal 251 157 101 0 42 76 42 33 54 56
Binary 10101001 1101111 1000001 0 100010 111110 100010 11011 101100 101110

Color Harmonies of #A96F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96F41

Black with #A96F41

Text Example


Text Example

White with #A96F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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