Html Css Color HEX #A96A0E Golden Brown

📋 copy color: '#A96A0E'

red 169 ◦ green 106 ◦ blue 14

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

Shades of Golden Brown #A96A0E

Tints of Golden Brown #A96A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.84%

R = 58.48%
G = 36.68%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A96A0E (or 0xA96A0E) is known color: Golden Brown. HEX triplet: A9, 6A and 0E. RGB value is (169,106,14). Sum of RGB (Red+Green+Blue) = 169+106+14=289 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.48% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96A0E is #5695F1. Grayscale: #727272. Windows color (decimal): -5674482 or 944809. OLE color: 944809.

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

Color convert

RGB 169 106 14 -
CMYK 0 0.37 0.92 0.34
HSL 35.61º 0.85% 0.36% -
HSV(B) 35.61º 0.92% 0.66% -
XYZ 21.6 18.77 2.9 -
YUV 114.35 71.37 166.98 -
System Red Green Blue C M Y K H S L
Decimal 169 106 14 0 0.37 0.92 0.34 35.61 0.85 0.36
Hex A9 6A E 0 25 5C 22 24 55 24
Octal 251 152 16 0 45 134 42 44 125 44
Binary 10101001 1101010 1110 0 100101 1011100 100010 100100 1010101 100100

Color Harmonies of #A96A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96A0E

Black with #A96A0E

Text Example


Text Example

White with #A96A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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