#A99707

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

Shades of Lucky #A99707

Tints of Lucky #A99707

Color information

#A99707 (or 0xA99707) is unknown color: approx Lucky. HEX triplet: A9, 97 and 07. RGB value is (169,151,7). Sum of RGB (Red+Green+Blue) = 169+151+7=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A99707 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99707 is #5668F8. Grayscale: #8C8C8C. Windows color (decimal): -5662969 or 497577. OLE color: 497577.

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

Color convert

RGB1691517-
CMYK00.110.960.34
HSL53.33º92.05%34.51%-
HSV(B)53.33º95.86%66.27%-
XYZ27.4730.584.66-
YUV139.9752.96148.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.68%
GREEN value IS 151 (59.38% from 255) = 46.18%
BLUE value IS 7 (3.12% from 255) = 2.14%
R=51.68%
G=46.18%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169151700.110.960.3453.3392.0534.51
HexA99770B6022355c23
Octal2512277013140426513443
Binary10101001100101111110101111000001000101101011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99707; }

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

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

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

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

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

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

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

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