#a9971a

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

Shades of Lucky #A9971A

Tints of Lucky #A9971A

Color information

#A9971A (or 0xA9971A) is unknown color: approx Lucky. HEX triplet: A9, 97 and 1A. RGB value is (169,151,26). Sum of RGB (Red+Green+Blue) = 169+151+26=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A9971A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9971A is #5668E5. Grayscale: #8E8E8E. Windows color (decimal): -5662950 or 1742761. OLE color: 1742761.

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

Color convert

RGB16915126-
CMYK00.110.850.34
HSL52.45º73.33%38.24%-
HSV(B)52.45º84.62%66.27%-
XYZ27.6230.645.44-
YUV142.1362.46147.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.84%
GREEN value IS 151 (59.38% from 255) = 43.64%
BLUE value IS 26 (10.55% from 255) = 7.51%
R=48.84%
G=43.64%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691512600.110.850.3452.4573.3338.24
HexA9971A0B5522344926
Octal25122732013125426411146
Binary1010100110010111110100101110101011000101101001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9971a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9971a; }

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

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

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

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

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

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

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

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