#9A501D

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

Shades of Rich Gold #9A501D

Tints of Rich Gold #9A501D

Color information

#9A501D (or 0x9A501D) is unknown color: approx Rich Gold. HEX triplet: 9A, 50 and 1D. RGB value is (154,80,29). Sum of RGB (Red+Green+Blue) = 154+80+29=263 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.56% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 154 - color contains mainly: red. Hex color #9A501D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A501D is #65AFE2. Grayscale: #606060. Windows color (decimal): -6664163 or 1921178. OLE color: 1921178.

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

Color convert

RGB1548029-
CMYK00.480.810.40
HSL24.48º68.31%35.88%-
HSV(B)24.48º81.17%60.39%-
XYZ16.4212.72.75-
YUV96.3190.02169.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.56%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 29 (11.72% from 255) = 11.03%
R=58.56%
G=30.42%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154802900.480.810.4024.4868.3135.88
Hex9A501D0305128184424
Octal23212035060121503010444
Binary1001101010100001110101100001010001101000110001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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