Html Css Color HEX #A96E40 Bourbon

📋 copy color: '#A96E40'

red 169 ◦ green 110 ◦ blue 64

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

Shades of Bourbon #A96E40

Tints of Bourbon #A96E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.66%

R = 49.27%
G = 32.07%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A96E40 (or 0xA96E40) is known color: Bourbon. HEX triplet: A9, 6E and 40. RGB value is (169,110,64). Sum of RGB (Red+Green+Blue) = 169+110+64=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96E40 is #5691BF. Grayscale: #7A7A7A. Windows color (decimal): -5673408 or 4222633. OLE color: 4222633.

HSL color Cylindrical-coordinate representation of color #A96E40: hue angle of 26.29º degrees, saturation: 0.45, 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 #A96E40 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 110 64 -
CMYK 0 0.35 0.62 0.34
HSL 26.29º 0.45% 0.46% -
HSV(B) 26.29º 0.62% 0.66% -
XYZ 22.86 19.96 7.5 -
YUV 122.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 169 110 64 0 0.35 0.62 0.34 26.29 0.45 0.46
Hex A9 6E 40 0 23 3E 22 1A 2D 2E
Octal 251 156 100 0 43 76 42 32 55 56
Binary 10101001 1101110 1000000 0 100011 111110 100010 11010 101101 101110

Color Harmonies of #A96E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96E40

Black with #A96E40

Text Example


Text Example

White with #A96E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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