Html Css Color HEX #A96E3D Bourbon

📋 copy color: '#A96E3D'

red 169 ◦ green 110 ◦ blue 61

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

Shades of Bourbon #A96E3D

Tints of Bourbon #A96E3D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.35%

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

R = 49.71%
G = 32.35%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A96E3D (or 0xA96E3D) is known color: Bourbon. HEX triplet: A9, 6E and 3D. RGB value is (169,110,61). Sum of RGB (Red+Green+Blue) = 169+110+61=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96E3D is #5691C2. Grayscale: #7A7A7A. Windows color (decimal): -5673411 or 4026025. OLE color: 4026025.

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

Color convert

RGB 169 110 61 -
CMYK 0 0.35 0.64 0.34
HSL 27.22º 0.47% 0.45% -
HSV(B) 27.22º 0.64% 0.66% -
XYZ 22.78 19.92 7.06 -
YUV 122.06 93.55 161.48 -
System Red Green Blue C M Y K H S L
Decimal 169 110 61 0 0.35 0.64 0.34 27.22 0.47 0.45
Hex A9 6E 3D 0 23 40 22 1B 2F 2D
Octal 251 156 75 0 43 100 42 33 57 55
Binary 10101001 1101110 111101 0 100011 1000000 100010 11011 101111 101101

Color Harmonies of #A96E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96E3D

Black with #A96E3D

Text Example


Text Example

White with #A96E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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