Html Css Color HEX #A7A000 Lucky

📋 copy color: '#A7A000'

red 167 ◦ green 160 ◦ blue 0

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

Shades of Lucky #A7A000

Tints of Lucky #A7A000

RGB

 RED value IS 167 (65.63% from 255) = 51.07%

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

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

R = 51.07%
G = 48.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A7A000 (or 0xA7A000) is known color: Lucky. HEX triplet: A7, A0 and 00. RGB value is (167,160,0). Sum of RGB (Red+Green+Blue) = 167+160+0=327 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.07% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7A000 is #585FFF. Grayscale: #909090. Windows color (decimal): -5791744 or 41127. OLE color: 41127.

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

Color convert

RGB 167 160 0 -
CMYK 0 0.04 1 0.35
HSL 57.49º 1% 0.33% -
HSV(B) 57.49º 1% 0.65% -
XYZ 28.51 33.36 4.94 -
YUV 143.85 46.82 144.51 -
System Red Green Blue C M Y K H S L
Decimal 167 160 0 0 0.04 1 0.35 57.49 1 0.33
Hex A7 A0 0 0 4 64 23 39 64 21
Octal 247 240 0 0 4 144 43 71 144 41
Binary 10100111 10100000 0 0 100 1100100 100011 111001 1100100 100001

Color Harmonies of #A7A000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A000

Black with #A7A000

Text Example


Text Example

White with #A7A000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A000; }

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

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

background-color css

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

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

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

border-color css

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

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

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