Html Css Color HEX #A95514 Rich Gold

📋 copy color: '#A95514'

red 169 ◦ green 85 ◦ blue 20

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

Shades of Rich Gold #A95514

Tints of Rich Gold #A95514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.02%

 BLUE value IS 20 (8.2% from 255) = 7.3%

R = 61.68%
G = 31.02%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A95514 (or 0xA95514) is known color: Rich Gold. HEX triplet: A9, 55 and 14. RGB value is (169,85,20). Sum of RGB (Red+Green+Blue) = 169+85+20=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A95514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95514 is #56AAEB. Grayscale: #676767. Windows color (decimal): -5679852 or 1332649. OLE color: 1332649.

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

Color convert

RGB 169 85 20 -
CMYK 0 0.50 0.88 0.34
HSL 26.17º 0.79% 0.37% -
HSV(B) 26.17º 0.88% 0.66% -
XYZ 19.74 14.98 2.51 -
YUV 102.71 81.33 175.29 -
System Red Green Blue C M Y K H S L
Decimal 169 85 20 0 0.50 0.88 0.34 26.17 0.79 0.37
Hex A9 55 14 0 32 58 22 1A 4F 25
Octal 251 125 24 0 62 130 42 32 117 45
Binary 10101001 1010101 10100 0 110010 1011000 100010 11010 1001111 100101

Color Harmonies of #A95514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95514

Black with #A95514

Text Example


Text Example

White with #A95514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95514; }

 p { color: rgb(169,85,20); }

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

background-color css

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

 a { background-color: rgb(169,85,20); }

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

border-color css

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

 span { border-color: rgb(169,85,20); }

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