Html Css Color HEX #A96013 Golden Brown

📋 copy color: '#A96013'

red 169 ◦ green 96 ◦ blue 19

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

Shades of Golden Brown #A96013

Tints of Golden Brown #A96013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.8%

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

R = 59.51%
G = 33.8%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A96013 (or 0xA96013) is known color: Golden Brown. HEX triplet: A9, 60 and 13. RGB value is (169,96,19). Sum of RGB (Red+Green+Blue) = 169+96+19=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A96013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96013 is #569FEC. Grayscale: #6D6D6D. Windows color (decimal): -5677037 or 1269929. OLE color: 1269929.

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

Color convert

RGB 169 96 19 -
CMYK 0 0.43 0.89 0.34
HSL 30.8º 0.8% 0.37% -
HSV(B) 30.8º 0.89% 0.66% -
XYZ 20.66 16.85 2.78 -
YUV 109.05 77.18 170.76 -
System Red Green Blue C M Y K H S L
Decimal 169 96 19 0 0.43 0.89 0.34 30.8 0.8 0.37
Hex A9 60 13 0 2B 59 22 1F 50 25
Octal 251 140 23 0 53 131 42 37 120 45
Binary 10101001 1100000 10011 0 101011 1011001 100010 11111 1010000 100101

Color Harmonies of #A96013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96013

Black with #A96013

Text Example


Text Example

White with #A96013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96013; }

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

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

background-color css

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

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

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

border-color css

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

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

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