Html Css Color HEX #A96A3E Bourbon

📋 copy color: '#A96A3E'

red 169 ◦ green 106 ◦ blue 62

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

Shades of Bourbon #A96A3E

Tints of Bourbon #A96A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.4%

R = 50.15%
G = 31.45%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A96A3E (or 0xA96A3E) is known color: Bourbon. HEX triplet: A9, 6A and 3E. RGB value is (169,106,62). Sum of RGB (Red+Green+Blue) = 169+106+62=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96A3E is #5695C1. Grayscale: #787878. Windows color (decimal): -5674434 or 4090537. OLE color: 4090537.

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

Color convert

RGB 169 106 62 -
CMYK 0 0.37 0.63 0.34
HSL 24.67º 0.46% 0.45% -
HSV(B) 24.67º 0.63% 0.66% -
XYZ 22.39 19.09 7.06 -
YUV 119.82 95.37 163.08 -
System Red Green Blue C M Y K H S L
Decimal 169 106 62 0 0.37 0.63 0.34 24.67 0.46 0.45
Hex A9 6A 3E 0 25 3F 22 19 2E 2D
Octal 251 152 76 0 45 77 42 31 56 55
Binary 10101001 1101010 111110 0 100101 111111 100010 11001 101110 101101

Color Harmonies of #A96A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96A3E

Black with #A96A3E

Text Example


Text Example

White with #A96A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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