Html Css Color HEX #A95117 Rich Gold

📋 copy color: '#A95117'

red 169 ◦ green 81 ◦ blue 23

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

Shades of Rich Gold #A95117

Tints of Rich Gold #A95117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.42%

R = 61.9%
G = 29.67%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A95117 (or 0xA95117) is known color: Rich Gold. HEX triplet: A9, 51 and 17. RGB value is (169,81,23). Sum of RGB (Red+Green+Blue) = 169+81+23=273 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.90% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 169 - color contains mainly: red. Hex color #A95117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95117 is #56AEE8. Grayscale: #656565. Windows color (decimal): -5680873 or 1528233. OLE color: 1528233.

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

Color convert

RGB 169 81 23 -
CMYK 0 0.52 0.86 0.34
HSL 23.84º 0.76% 0.38% -
HSV(B) 23.84º 0.86% 0.66% -
XYZ 19.46 14.38 2.56 -
YUV 100.7 84.15 176.72 -
System Red Green Blue C M Y K H S L
Decimal 169 81 23 0 0.52 0.86 0.34 23.84 0.76 0.38
Hex A9 51 17 0 34 56 22 18 4C 26
Octal 251 121 27 0 64 126 42 30 114 46
Binary 10101001 1010001 10111 0 110100 1010110 100010 11000 1001100 100110

Color Harmonies of #A95117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95117

Black with #A95117

Text Example


Text Example

White with #A95117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95117; }

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

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

background-color css

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

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

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

border-color css

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

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

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