#A95719

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

Shades of Rich Gold #A95719

Tints of Rich Gold #A95719

Color information

#A95719 (or 0xA95719) is unknown color: approx Rich Gold. HEX triplet: A9, 57 and 19. RGB value is (169,87,25). Sum of RGB (Red+Green+Blue) = 169+87+25=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A95719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95719 is #56A8E6. Grayscale: #686868. Windows color (decimal): -5679335 or 1660841. OLE color: 1660841.

HSL color Cylindrical-coordinate representation of color #A95719: hue angle of 25.83º 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 #A95719 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB1698725-
CMYK00.490.850.34
HSL25.83º74.23%38.04%-
HSV(B)25.83º85.21%66.27%-
XYZ19.9515.322.83-
YUV104.4583.17174.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.14%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 25 (10.16% from 255) = 8.90%
R=60.14%
G=30.96%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169872500.490.850.3425.8374.2338.04
HexA9571903155221a4a26
Octal25112731061125423211246
Binary1010100110101111100101100011010101100010110101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95719; }

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

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

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

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

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

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

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

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