#A8A21E

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

Shades of Lucky #A8A21E

Tints of Lucky #A8A21E

Color information

#A8A21E (or 0xA8A21E) is unknown color: approx Lucky. HEX triplet: A8, A2 and 1E. RGB value is (168,162,30). Sum of RGB (Red+Green+Blue) = 168+162+30=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A21E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A21E is #575DE1. Grayscale: #959595. Windows color (decimal): -5725666 or 2007720. OLE color: 2007720.

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

Color convert

RGB16816230-
CMYK00.040.820.34
HSL57.39º69.7%38.82%-
HSV(B)57.39º82.14%65.88%-
XYZ29.334.266.3-
YUV148.7560.99141.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.67%
GREEN value IS 162 (63.67% from 255) = 45%
BLUE value IS 30 (12.11% from 255) = 8.33%
R=46.67%
G=45%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681623000.040.820.3457.3969.738.82
HexA8A21E045222394627
Octal2502423604122427110647
Binary101010001010001011110010010100101000101110011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A21E; }

 p { color: rgb(168,162,30); }

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

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

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

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

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

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

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