#9A541A

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

Shades of Rich Gold #9A541A

Tints of Rich Gold #9A541A

Color information

#9A541A (or 0x9A541A) is unknown color: approx Rich Gold. HEX triplet: 9A, 54 and 1A. RGB value is (154,84,26). Sum of RGB (Red+Green+Blue) = 154+84+26=264 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.33% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 154 - color contains mainly: red. Hex color #9A541A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A541A is #65ABE5. Grayscale: #626262. Windows color (decimal): -6663142 or 1725594. OLE color: 1725594.

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

Color convert

RGB1548426-
CMYK00.450.830.40
HSL27.19º71.11%35.29%-
HSV(B)27.19º83.12%60.39%-
XYZ16.6813.292.66-
YUV98.3287.19167.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.33%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 26 (10.55% from 255) = 9.85%
R=58.33%
G=31.82%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154842600.450.830.4027.1971.1135.29
Hex9A541A02D53281b4723
Octal23212432055123503310743
Binary1001101010101001101001011011010011101000110111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,84,26); }

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

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

 a { background-color: rgb(154,84,26); }

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

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

 span { border-color: rgb(154,84,26); }

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