Html Css Color HEX #A8A000 Lucky

📋 copy color: '#A8A000'

red 168 ◦ green 160 ◦ blue 0

#A8A000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #A8A000

Tints of Lucky #A8A000

RGB

 RED value IS 168 (66.02% from 255) = 51.22%

 GREEN value IS 160 (62.89% from 255) = 48.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.22%
G = 48.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A8A000 (or 0xA8A000) is known color: Lucky. HEX triplet: A8, A0 and 00. RGB value is (168,160,0). Sum of RGB (Red+Green+Blue) = 168+160+0=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 160 (62.89% from 255 or 48.78% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A000 is #575FFF. Grayscale: #909090. Windows color (decimal): -5726208 or 41128. OLE color: 41128.

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

Color convert

RGB 168 160 0 -
CMYK 0 0.05 1 0.34
HSL 57.14º 1% 0.33% -
HSV(B) 57.14º 1% 0.66% -
XYZ 28.72 33.47 4.95 -
YUV 144.15 46.65 145.01 -
System Red Green Blue C M Y K H S L
Decimal 168 160 0 0 0.05 1 0.34 57.14 1 0.33
Hex A8 A0 0 0 5 64 22 39 64 21
Octal 250 240 0 0 5 144 42 71 144 41
Binary 10101000 10100000 0 0 101 1100100 100010 111001 1100100 100001

Color Harmonies of #A8A000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A000

Black with #A8A000

Text Example


Text Example

White with #A8A000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A000; }

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

 H1.HeaderClassName
 {
   color: #A8A000;
 }
 .AnyTagClassName
 {
   color: #A8A000;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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