Html Css Color HEX #A96813 Golden Brown

📋 copy color: '#A96813'

red 169 ◦ green 104 ◦ blue 19

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

Shades of Golden Brown #A96813

Tints of Golden Brown #A96813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.51%

R = 57.88%
G = 35.62%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A96813 (or 0xA96813) is known color: Golden Brown. HEX triplet: A9, 68 and 13. RGB value is (169,104,19). Sum of RGB (Red+Green+Blue) = 169+104+19=292 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.88% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 169 - color contains mainly: red. Hex color #A96813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96813 is #5697EC. Grayscale: #727272. Windows color (decimal): -5674989 or 1271977. OLE color: 1271977.

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

Color convert

RGB 169 104 19 -
CMYK 0 0.38 0.89 0.34
HSL 34º 0.8% 0.37% -
HSV(B) 34º 0.89% 0.66% -
XYZ 21.43 18.38 3.03 -
YUV 113.75 74.53 167.41 -
System Red Green Blue C M Y K H S L
Decimal 169 104 19 0 0.38 0.89 0.34 34 0.8 0.37
Hex A9 68 13 0 26 59 22 22 50 25
Octal 251 150 23 0 46 131 42 42 120 45
Binary 10101001 1101000 10011 0 100110 1011001 100010 100010 1010000 100101

Color Harmonies of #A96813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96813

Black with #A96813

Text Example


Text Example

White with #A96813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96813; }

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

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

background-color css

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

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

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

border-color css

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

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

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