#9A551A

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

Shades of Rich Gold #9A551A

Tints of Rich Gold #9A551A

Color information

#9A551A (or 0x9A551A) is unknown color: approx Rich Gold. HEX triplet: 9A, 55 and 1A. RGB value is (154,85,26). Sum of RGB (Red+Green+Blue) = 154+85+26=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A551A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A551A is #65AAE5. Grayscale: #636363. Windows color (decimal): -6662886 or 1725850. OLE color: 1725850.

HSL color Cylindrical-coordinate representation of color #9A551A: hue angle of 27.66º 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 #9A551A is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB1548526-
CMYK00.450.830.40
HSL27.66º71.11%35.29%-
HSV(B)27.66º83.12%60.39%-
XYZ16.7613.442.69-
YUV98.986.86167.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.11%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 26 (10.55% from 255) = 9.81%
R=58.11%
G=32.08%
B=9.81%

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
Decimal154852600.450.830.4027.6671.1135.29
Hex9A551A02D53281c4723
Octal23212532055123503410743
Binary1001101010101011101001011011010011101000111001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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