#9a5017

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

Shades of Rich Gold #9A5017

Tints of Rich Gold #9A5017

Color information

#9A5017 (or 0x9A5017) is unknown color: approx Rich Gold. HEX triplet: 9A, 50 and 17. RGB value is (154,80,23). Sum of RGB (Red+Green+Blue) = 154+80+23=257 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.92% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5017 is #65AFE8. Grayscale: #5F5F5F. Windows color (decimal): -6664169 or 1527962. OLE color: 1527962.

HSL color Cylindrical-coordinate representation of color #9A5017: hue angle of 26.11º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A5017 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB1548023-
CMYK00.480.850.40
HSL26.11º74.01%34.71%-
HSV(B)26.11º85.06%60.39%-
XYZ16.3512.672.39-
YUV95.6387.02169.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 59.92%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 23 (9.38% from 255) = 8.95%
R=59.92%
G=31.13%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154802300.480.850.4026.1174.0134.71
Hex9A501703055281a4a23
Octal23212027060125503211243
Binary1001101010100001011101100001010101101000110101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a5017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,80,23); }

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

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

 a { background-color: rgb(154,80,23); }

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

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

 span { border-color: rgb(154,80,23); }

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