Html Css Color HEX #A96B41 Bourbon

📋 copy color: '#A96B41'

red 169 ◦ green 107 ◦ blue 65

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

Shades of Bourbon #A96B41

Tints of Bourbon #A96B41

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.38%

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

R = 49.56%
G = 31.38%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A96B41 (or 0xA96B41) is known color: Bourbon. HEX triplet: A9, 6B and 41. RGB value is (169,107,65). Sum of RGB (Red+Green+Blue) = 169+107+65=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96B41 is #5694BE. Grayscale: #787878. Windows color (decimal): -5674175 or 4287401. OLE color: 4287401.

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

Color convert

RGB 169 107 65 -
CMYK 0 0.37 0.62 0.34
HSL 24.23º 0.44% 0.46% -
HSV(B) 24.23º 0.62% 0.66% -
XYZ 22.57 19.33 7.54 -
YUV 120.75 96.54 162.42 -
System Red Green Blue C M Y K H S L
Decimal 169 107 65 0 0.37 0.62 0.34 24.23 0.44 0.46
Hex A9 6B 41 0 25 3E 22 18 2C 2E
Octal 251 153 101 0 45 76 42 30 54 56
Binary 10101001 1101011 1000001 0 100101 111110 100010 11000 101100 101110

Color Harmonies of #A96B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96B41

Black with #A96B41

Text Example


Text Example

White with #A96B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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