#A9950A

Color #A9950A Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A9950A

Tints of Lucky #A9950A

Color information

#A9950A (or 0xA9950A) is unknown color: approx Lucky. HEX triplet: A9, 95 and 0A. RGB value is (169,149,10). Sum of RGB (Red+Green+Blue) = 169+149+10=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A9950A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9950A is #566AF5. Grayscale: #8B8B8B. Windows color (decimal): -5663478 or 693673. OLE color: 693673.

HSL color Cylindrical-coordinate representation of color #A9950A: hue angle of 52.45º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A9950A is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB16914910-
CMYK00.120.940.34
HSL52.45º88.83%35.1%-
HSV(B)52.45º94.08%66.27%-
XYZ27.1629.954.64-
YUV139.1355.13149.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.52%
GREEN value IS 149 (58.59% from 255) = 45.43%
BLUE value IS 10 (4.30% from 255) = 3.05%
R=51.52%
G=45.43%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.94
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691491000.120.940.3452.4588.8335.1
HexA995A0C5E22345923
Octal25122512014136426413143
Binary101010011001010110100110010111101000101101001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9950A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9950A; }

 p { color: rgb(169,149,10); }

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

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

 a { background-color: rgb(169,149,10); }

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

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

 span { border-color: rgb(169,149,10); }

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