#A8A002

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

Shades of Lucky #A8A002

Tints of Lucky #A8A002

Color information

#A8A002 (or 0xA8A002) is unknown color: approx Lucky. HEX triplet: A8, A0 and 02. RGB value is (168,160,2). Sum of RGB (Red+Green+Blue) = 168+160+2=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A002 is #575FFD. Grayscale: #919191. Windows color (decimal): -5726206 or 172200. OLE color: 172200.

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

Color convert

RGB1681602-
CMYK00.050.990.34
HSL57.11º97.65%33.33%-
HSV(B)57.11º98.81%65.88%-
XYZ28.7333.475-
YUV144.3847.65144.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.91%
GREEN value IS 160 (62.89% from 255) = 48.48%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=50.91%
G=48.48%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168160200.050.990.3457.1197.6533.33
HexA8A02056322396221
Octal250240205143427114241
Binary101010001010000010010111000111000101110011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A002; }

 p { color: rgb(168,160,2); }

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

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

 a { background-color: rgb(168,160,2); }

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

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

 span { border-color: rgb(168,160,2); }

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