Html Css Color HEX #A96C40 Bourbon

📋 copy color: '#A96C40'

red 169 ◦ green 108 ◦ blue 64

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

Shades of Bourbon #A96C40

Tints of Bourbon #A96C40

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.67%

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

R = 49.56%
G = 31.67%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A96C40 (or 0xA96C40) is known color: Bourbon. HEX triplet: A9, 6C and 40. RGB value is (169,108,64). Sum of RGB (Red+Green+Blue) = 169+108+64=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96C40 is #5693BF. Grayscale: #797979. Windows color (decimal): -5673920 or 4222121. OLE color: 4222121.

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

Color convert

RGB 169 108 64 -
CMYK 0 0.36 0.62 0.34
HSL 25.14º 0.45% 0.46% -
HSV(B) 25.14º 0.62% 0.66% -
XYZ 22.65 19.53 7.43 -
YUV 121.22 95.71 162.08 -
System Red Green Blue C M Y K H S L
Decimal 169 108 64 0 0.36 0.62 0.34 25.14 0.45 0.46
Hex A9 6C 40 0 24 3E 22 19 2D 2E
Octal 251 154 100 0 44 76 42 31 55 56
Binary 10101001 1101100 1000000 0 100100 111110 100010 11001 101101 101110

Color Harmonies of #A96C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96C40

Black with #A96C40

Text Example


Text Example

White with #A96C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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