#A9970C

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

Shades of Lucky #A9970C

Tints of Lucky #A9970C

Color information

#A9970C (or 0xA9970C) is unknown color: approx Lucky. HEX triplet: A9, 97 and 0C. RGB value is (169,151,12). Sum of RGB (Red+Green+Blue) = 169+151+12=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A9970C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9970C is #5668F3. Grayscale: #8D8D8D. Windows color (decimal): -5662964 or 825257. OLE color: 825257.

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

Color convert

RGB16915112-
CMYK00.110.930.34
HSL53.12º86.74%35.49%-
HSV(B)53.12º92.9%66.27%-
XYZ27.530.594.8-
YUV140.5455.46148.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.90%
GREEN value IS 151 (59.38% from 255) = 45.48%
BLUE value IS 12 (5.08% from 255) = 3.61%
R=50.90%
G=45.48%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691511200.110.930.3453.1286.7435.49
HexA997C0B5D22355723
Octal25122714013135426512743
Binary101010011001011111000101110111011000101101011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9970C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9970C; }

 p { color: rgb(169,151,12); }

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

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

 a { background-color: rgb(169,151,12); }

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

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

 span { border-color: rgb(169,151,12); }

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