Html Css Color HEX #A95113 Rich Gold

📋 copy color: '#A95113'

red 169 ◦ green 81 ◦ blue 19

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

Shades of Rich Gold #A95113

Tints of Rich Gold #A95113

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.11%

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

R = 62.83%
G = 30.11%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A95113 (or 0xA95113) is known color: Rich Gold. HEX triplet: A9, 51 and 13. RGB value is (169,81,19). Sum of RGB (Red+Green+Blue) = 169+81+19=269 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.83% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 169 - color contains mainly: red. Hex color #A95113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95113 is #56AEEC. Grayscale: #646464. Windows color (decimal): -5680877 or 1266089. OLE color: 1266089.

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

Color convert

RGB 169 81 19 -
CMYK 0 0.52 0.89 0.34
HSL 24.8º 0.8% 0.37% -
HSV(B) 24.8º 0.89% 0.66% -
XYZ 19.42 14.37 2.37 -
YUV 100.24 82.15 177.04 -
System Red Green Blue C M Y K H S L
Decimal 169 81 19 0 0.52 0.89 0.34 24.8 0.8 0.37
Hex A9 51 13 0 34 59 22 19 50 25
Octal 251 121 23 0 64 131 42 31 120 45
Binary 10101001 1010001 10011 0 110100 1011001 100010 11001 1010000 100101

Color Harmonies of #A95113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95113

Black with #A95113

Text Example


Text Example

White with #A95113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95113; }

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

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

background-color css

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

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

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

border-color css

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

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

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