#A99D00

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

Shades of Lucky #A99D00

Tints of Lucky #A99D00

Color information

#A99D00 (or 0xA99D00) is unknown color: approx Lucky. HEX triplet: A9, 9D and 00. RGB value is (169,157,0). Sum of RGB (Red+Green+Blue) = 169+157+0=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99D00 is #5662FF. Grayscale: #8F8F8F. Windows color (decimal): -5661440 or 40361. OLE color: 40361.

HSL color Cylindrical-coordinate representation of color #A99D00: hue angle of 55.74º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A99D00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB1691570-
CMYK00.0710.34
HSL55.74º100%33.14%-
HSV(B)55.74º100%66.27%-
XYZ28.4232.554.78-
YUV142.6947.48146.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.84%
GREEN value IS 157 (61.72% from 255) = 48.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.84%
G=48.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169157000.0710.3455.7410033.14
HexA99D0076422386421
Octal251235007144427014441
Binary10101001100111010011111001001000101110001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99D00; }

 p { color: rgb(169,157,0); }

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

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

 a { background-color: rgb(169,157,0); }

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

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

 span { border-color: rgb(169,157,0); }

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