Html Css Color HEX #A95A16 Rich Gold

📋 copy color: '#A95A16'

red 169 ◦ green 90 ◦ blue 22

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

Shades of Rich Gold #A95A16

Tints of Rich Gold #A95A16

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.03%

 BLUE value IS 22 (8.98% from 255) = 7.83%

R = 60.14%
G = 32.03%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A95A16 (or 0xA95A16) is known color: Rich Gold. HEX triplet: A9, 5A and 16. RGB value is (169,90,22). Sum of RGB (Red+Green+Blue) = 169+90+22=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95A16 is #56A5E9. Grayscale: #6A6A6A. Windows color (decimal): -5678570 or 1465001. OLE color: 1465001.

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

Color convert

RGB 169 90 22 -
CMYK 0 0.47 0.87 0.34
HSL 27.76º 0.77% 0.37% -
HSV(B) 27.76º 0.87% 0.66% -
XYZ 20.16 15.81 2.75 -
YUV 105.87 80.67 173.03 -
System Red Green Blue C M Y K H S L
Decimal 169 90 22 0 0.47 0.87 0.34 27.76 0.77 0.37
Hex A9 5A 16 0 2F 57 22 1C 4D 25
Octal 251 132 26 0 57 127 42 34 115 45
Binary 10101001 1011010 10110 0 101111 1010111 100010 11100 1001101 100101

Color Harmonies of #A95A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95A16

Black with #A95A16

Text Example


Text Example

White with #A95A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95A16; }

 p { color: rgb(169,90,22); }

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

background-color css

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

 a { background-color: rgb(169,90,22); }

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

border-color css

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

 span { border-color: rgb(169,90,22); }

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