#9A5924

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

Shades of Rich Gold #9A5924

Tints of Rich Gold #9A5924

Color information

#9A5924 (or 0x9A5924) is unknown color: approx Rich Gold. HEX triplet: 9A, 59 and 24. RGB value is (154,89,36). Sum of RGB (Red+Green+Blue) = 154+89+36=279 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.20% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5924 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5924 is #65A6DB. Grayscale: #666666. Windows color (decimal): -6661852 or 2382234. OLE color: 2382234.

HSL color Cylindrical-coordinate representation of color #9A5924: hue angle of 26.95º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A5924 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB1548936-
CMYK00.420.770.40
HSL26.95º62.11%37.25%-
HSV(B)26.95º76.62%60.39%-
XYZ17.2214.143.49-
YUV102.3990.53164.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 55.20%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 36 (14.45% from 255) = 12.90%
R=55.20%
G=31.90%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154893600.420.770.4026.9562.1137.25
Hex9A592402A4D281b3e25
Octal2321314405211550337645
Binary1001101010110011001000101010100110110100011011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A5924; }

 p { color: rgb(154,89,36); }

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

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

 a { background-color: rgb(154,89,36); }

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

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

 span { border-color: rgb(154,89,36); }

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