#A9591F

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

Shades of Rich Gold #A9591F

Tints of Rich Gold #A9591F

Color information

#A9591F (or 0xA9591F) is unknown color: approx Rich Gold. HEX triplet: A9, 59 and 1F. RGB value is (169,89,31). Sum of RGB (Red+Green+Blue) = 169+89+31=289 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.48% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 169 - color contains mainly: red. Hex color #A9591F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9591F is #56A6E0. Grayscale: #6A6A6A. Windows color (decimal): -5678817 or 2054569. OLE color: 2054569.

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

Color convert

RGB1698931-
CMYK00.470.820.34
HSL25.22º69%39.22%-
HSV(B)25.22º81.66%66.27%-
XYZ20.1815.683.26-
YUV106.3185.5172.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 58.48%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 31 (12.5% from 255) = 10.73%
R=58.48%
G=30.80%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169893100.470.820.3425.226939.22
HexA9591F02F5222194527
Octal25113137057122423110547
Binary1010100110110011111101011111010010100010110011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9591F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9591F; }

 p { color: rgb(169,89,31); }

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

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

 a { background-color: rgb(169,89,31); }

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

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

 span { border-color: rgb(169,89,31); }

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