#9A501A

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

Shades of Rich Gold #9A501A

Tints of Rich Gold #9A501A

Color information

#9A501A (or 0x9A501A) is unknown color: approx Rich Gold. HEX triplet: 9A, 50 and 1A. RGB value is (154,80,26). Sum of RGB (Red+Green+Blue) = 154+80+26=260 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.23% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 154 - color contains mainly: red. Hex color #9A501A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A501A is #65AFE5. Grayscale: #606060. Windows color (decimal): -6664166 or 1724570. OLE color: 1724570.

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

Color convert

RGB1548026-
CMYK00.480.830.40
HSL25.31º71.11%35.29%-
HSV(B)25.31º83.12%60.39%-
XYZ16.3812.682.56-
YUV95.9788.52169.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 59.23%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 26 (10.55% from 255) = 10%
R=59.23%
G=30.77%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154802600.480.830.4025.3171.1135.29
Hex9A501A0305328194723
Octal23212032060123503110743
Binary1001101010100001101001100001010011101000110011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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