Html Css Color HEX #A96A39 Bourbon

📋 copy color: '#A96A39'

red 169 ◦ green 106 ◦ blue 57

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

Shades of Bourbon #A96A39

Tints of Bourbon #A96A39

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.93%

 BLUE value IS 57 (22.66% from 255) = 17.17%

R = 50.9%
G = 31.93%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A96A39 (or 0xA96A39) is known color: Bourbon. HEX triplet: A9, 6A and 39. RGB value is (169,106,57). Sum of RGB (Red+Green+Blue) = 169+106+57=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96A39 is #5695C6. Grayscale: #777777. Windows color (decimal): -5674439 or 3762857. OLE color: 3762857.

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

Color convert

RGB 169 106 57 -
CMYK 0 0.37 0.66 0.34
HSL 26.25º 0.5% 0.44% -
HSV(B) 26.25º 0.66% 0.66% -
XYZ 22.25 19.04 6.37 -
YUV 119.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 169 106 57 0 0.37 0.66 0.34 26.25 0.5 0.44
Hex A9 6A 39 0 25 42 22 1A 32 2C
Octal 251 152 71 0 45 102 42 32 62 54
Binary 10101001 1101010 111001 0 100101 1000010 100010 11010 110010 101100

Color Harmonies of #A96A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96A39

Black with #A96A39

Text Example


Text Example

White with #A96A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96A39; }

 p { color: rgb(169,106,57); }

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

background-color css

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

 a { background-color: rgb(169,106,57); }

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

border-color css

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

 span { border-color: rgb(169,106,57); }

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