#A8A20D

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

Shades of Lucky #A8A20D

Tints of Lucky #A8A20D

Color information

#A8A20D (or 0xA8A20D) is unknown color: approx Lucky. HEX triplet: A8, A2 and 0D. RGB value is (168,162,13). Sum of RGB (Red+Green+Blue) = 168+162+13=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A20D is #575DF2. Grayscale: #939393. Windows color (decimal): -5725683 or 893608. OLE color: 893608.

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

Color convert

RGB16816213-
CMYK00.040.920.34
HSL57.68º85.64%35.49%-
HSV(B)57.68º92.26%65.88%-
XYZ29.1434.195.45-
YUV146.8152.49143.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.98%
GREEN value IS 162 (63.67% from 255) = 47.23%
BLUE value IS 13 (5.47% from 255) = 3.79%
R=48.98%
G=47.23%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681621300.040.920.3457.6885.6435.49
HexA8A2D045C223a5623
Octal2502421504134427212643
Binary10101000101000101101010010111001000101110101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A20D; }

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

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

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

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

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

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

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

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