#9a4a1a

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

Shades of Rich Gold #9A4A1A

Tints of Rich Gold #9A4A1A

Color information

#9A4A1A (or 0x9A4A1A) is unknown color: approx Rich Gold. HEX triplet: 9A, 4A and 1A. RGB value is (154,74,26). Sum of RGB (Red+Green+Blue) = 154+74+26=254 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.63% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4A1A is #65B5E5. Grayscale: #5C5C5C. Windows color (decimal): -6665702 or 1723034. OLE color: 1723034.

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

Color convert

RGB1547426-
CMYK00.520.830.40
HSL22.5º71.11%35.29%-
HSV(B)22.5º83.12%60.39%-
XYZ15.9611.842.42-
YUV92.4590.5171.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 60.63%
GREEN value IS 74 (29.30% from 255) = 29.13%
BLUE value IS 26 (10.55% from 255) = 10.24%
R=60.63%
G=29.13%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154742600.520.830.4022.571.1135.29
Hex9A4A1A0345328164723
Octal23211232064123502610743
Binary1001101010010101101001101001010011101000101101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a4a1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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