#A99607

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

Shades of Lucky #A99607

Tints of Lucky #A99607

Color information

#A99607 (or 0xA99607) is unknown color: approx Lucky. HEX triplet: A9, 96 and 07. RGB value is (169,150,7). Sum of RGB (Red+Green+Blue) = 169+150+7=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A99607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99607 is #5669F8. Grayscale: #8B8B8B. Windows color (decimal): -5663225 or 497321. OLE color: 497321.

HSL color Cylindrical-coordinate representation of color #A99607: hue angle of 52.96º 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 #A99607 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB1691507-
CMYK00.110.960.34
HSL52.96º92.05%34.51%-
HSV(B)52.96º95.86%66.27%-
XYZ27.3130.264.6-
YUV139.3853.29149.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.84%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 7 (3.12% from 255) = 2.15%
R=51.84%
G=46.01%
B=2.15%

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
Decimal169150700.110.960.3452.9692.0534.51
HexA99670B6022355c23
Octal2512267013140426513443
Binary10101001100101101110101111000001000101101011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99607; }

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

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

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

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

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

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

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

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