Html Css Color HEX #A95613 Rich Gold

📋 copy color: '#A95613'

red 169 ◦ green 86 ◦ blue 19

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

Shades of Rich Gold #A95613

Tints of Rich Gold #A95613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.39%

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

R = 61.68%
G = 31.39%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A95613 (or 0xA95613) is known color: Rich Gold. HEX triplet: A9, 56 and 13. RGB value is (169,86,19). Sum of RGB (Red+Green+Blue) = 169+86+19=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A95613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95613 is #56A9EC. Grayscale: #676767. Windows color (decimal): -5679597 or 1267369. OLE color: 1267369.

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

Color convert

RGB 169 86 19 -
CMYK 0 0.49 0.89 0.34
HSL 26.8º 0.8% 0.37% -
HSV(B) 26.8º 0.89% 0.66% -
XYZ 19.81 15.14 2.49 -
YUV 103.18 80.5 174.95 -
System Red Green Blue C M Y K H S L
Decimal 169 86 19 0 0.49 0.89 0.34 26.8 0.8 0.37
Hex A9 56 13 0 31 59 22 1B 50 25
Octal 251 126 23 0 61 131 42 33 120 45
Binary 10101001 1010110 10011 0 110001 1011001 100010 11011 1010000 100101

Color Harmonies of #A95613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95613

Black with #A95613

Text Example


Text Example

White with #A95613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95613; }

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

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

background-color css

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

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

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

border-color css

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

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

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