Html Css Color HEX #A96810 Golden Brown

📋 copy color: '#A96810'

red 169 ◦ green 104 ◦ blue 16

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

Shades of Golden Brown #A96810

Tints of Golden Brown #A96810

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.99%

 BLUE value IS 16 (6.64% from 255) = 5.54%

R = 58.48%
G = 35.99%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A96810 (or 0xA96810) is known color: Golden Brown. HEX triplet: A9, 68 and 10. RGB value is (169,104,16). Sum of RGB (Red+Green+Blue) = 169+104+16=289 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.48% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 169 - color contains mainly: red. Hex color #A96810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96810 is #5697EF. Grayscale: #717171. Windows color (decimal): -5674992 or 1075369. OLE color: 1075369.

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

Color convert

RGB 169 104 16 -
CMYK 0 0.38 0.91 0.34
HSL 34.51º 0.83% 0.36% -
HSV(B) 34.51º 0.91% 0.66% -
XYZ 21.41 18.37 2.91 -
YUV 113.4 73.03 167.66 -
System Red Green Blue C M Y K H S L
Decimal 169 104 16 0 0.38 0.91 0.34 34.51 0.83 0.36
Hex A9 68 10 0 26 5B 22 23 53 24
Octal 251 150 20 0 46 133 42 43 123 44
Binary 10101001 1101000 10000 0 100110 1011011 100010 100011 1010011 100100

Color Harmonies of #A96810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96810

Black with #A96810

Text Example


Text Example

White with #A96810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96810; }

 p { color: rgb(169,104,16); }

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

background-color css

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

 a { background-color: rgb(169,104,16); }

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

border-color css

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

 span { border-color: rgb(169,104,16); }

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