Html Css Color HEX #A96C44 Bourbon

📋 copy color: '#A96C44'

red 169 ◦ green 108 ◦ blue 68

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

Shades of Bourbon #A96C44

Tints of Bourbon #A96C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.71%

R = 48.99%
G = 31.3%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A96C44 (or 0xA96C44) is known color: Bourbon. HEX triplet: A9, 6C and 44. RGB value is (169,108,68). Sum of RGB (Red+Green+Blue) = 169+108+68=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96C44 is #5693BB. Grayscale: #797979. Windows color (decimal): -5673916 or 4484265. OLE color: 4484265.

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

Color convert

RGB 169 108 68 -
CMYK 0 0.36 0.60 0.34
HSL 23.76º 0.43% 0.46% -
HSV(B) 23.76º 0.6% 0.66% -
XYZ 22.77 19.58 8.05 -
YUV 121.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 169 108 68 0 0.36 0.60 0.34 23.76 0.43 0.46
Hex A9 6C 44 0 24 3C 22 18 2B 2E
Octal 251 154 104 0 44 74 42 30 53 56
Binary 10101001 1101100 1000100 0 100100 111100 100010 11000 101011 101110

Color Harmonies of #A96C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96C44

Black with #A96C44

Text Example


Text Example

White with #A96C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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