#A95819

Color #A95819 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A95819

Tints of Rich Gold #A95819

Color information

#A95819 (or 0xA95819) is unknown color: approx Rich Gold. HEX triplet: A9, 58 and 19. RGB value is (169,88,25). Sum of RGB (Red+Green+Blue) = 169+88+25=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A95819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95819 is #56A7E6. Grayscale: #696969. Windows color (decimal): -5679079 or 1661097. OLE color: 1661097.

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

Color convert

RGB1698825-
CMYK00.480.850.34
HSL26.25º74.23%38.04%-
HSV(B)26.25º85.21%66.27%-
XYZ20.0315.482.85-
YUV105.0482.84173.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.93%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 25 (10.16% from 255) = 8.87%
R=59.93%
G=31.21%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169882500.480.850.3426.2574.2338.04
HexA9581903055221a4a26
Octal25113031060125423211246
Binary1010100110110001100101100001010101100010110101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95819; }

 p { color: rgb(169,88,25); }

 H1.HeaderClassName
 {
   color: #A95819;
 }
 .AnyTagClassName
 {
   color: #A95819;
 }
</style>
background-color css

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

 a { background-color: rgb(169,88,25); }

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

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

 span { border-color: rgb(169,88,25); }

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