#A8A821

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

Shades of Lucky #A8A821

Tints of Lucky #A8A821

Color information

#A8A821 (or 0xA8A821) is unknown color: approx Lucky. HEX triplet: A8, A8 and 21. RGB value is (168,168,33). Sum of RGB (Red+Green+Blue) = 168+168+33=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 168 - color contains mainly: red, green. Hex color #A8A821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A821 is #5757DE. Grayscale: #999999. Windows color (decimal): -5724127 or 2205864. OLE color: 2205864.

HSL color Cylindrical-coordinate representation of color #A8A821: hue angle of 60º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8A821 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB16816833-
CMYK000.800.34
HSL60º67.16%39.41%-
HSV(B)60º80.36%65.88%-
XYZ30.4336.446.87-
YUV152.6160.5138.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.53%
GREEN value IS 168 (66.02% from 255) = 45.53%
BLUE value IS 33 (13.28% from 255) = 8.94%
R=45.53%
G=45.53%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816833000.800.346067.1639.41
HexA8A8210050223c4327
Octal2502504100120427410347
Binary10101000101010001000010010100001000101111001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A821; }

 p { color: rgb(168,168,33); }

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

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

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

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

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

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

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