Html Css Color HEX #A96D3D Bourbon

📋 copy color: '#A96D3D'

red 169 ◦ green 109 ◦ blue 61

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

Shades of Bourbon #A96D3D

Tints of Bourbon #A96D3D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.15%

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 49.85%
G = 32.15%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A96D3D (or 0xA96D3D) is known color: Bourbon. HEX triplet: A9, 6D and 3D. RGB value is (169,109,61). Sum of RGB (Red+Green+Blue) = 169+109+61=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96D3D is #5692C2. Grayscale: #797979. Windows color (decimal): -5673667 or 4025769. OLE color: 4025769.

HSL color Cylindrical-coordinate representation of color #A96D3D: hue angle of 26.67º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A96D3D is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 109 61 -
CMYK 0 0.36 0.64 0.34
HSL 26.67º 0.47% 0.45% -
HSV(B) 26.67º 0.64% 0.66% -
XYZ 22.67 19.71 7.02 -
YUV 121.47 93.88 161.9 -
System Red Green Blue C M Y K H S L
Decimal 169 109 61 0 0.36 0.64 0.34 26.67 0.47 0.45
Hex A9 6D 3D 0 24 40 22 1B 2F 2D
Octal 251 155 75 0 44 100 42 33 57 55
Binary 10101001 1101101 111101 0 100100 1000000 100010 11011 101111 101101

Color Harmonies of #A96D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96D3D

Black with #A96D3D

Text Example


Text Example

White with #A96D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96D3D; }

 p { color: rgb(169,109,61); }

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

background-color css

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

 a { background-color: rgb(169,109,61); }

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

border-color css

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

 span { border-color: rgb(169,109,61); }

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