Html Css Color HEX #A0A009 Lucky

📋 copy color: '#A0A009'

red 160 ◦ green 160 ◦ blue 9

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

Shades of Lucky #A0A009

Tints of Lucky #A0A009

RGB

 RED value IS 160 (62.89% from 255) = 48.63%

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

 BLUE value IS 9 (3.91% from 255) = 2.74%

R = 48.63%
G = 48.63%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A0A009 (or 0xA0A009) is known color: Lucky. HEX triplet: A0, A0 and 09. RGB value is (160,160,9). Sum of RGB (Red+Green+Blue) = 160+160+9=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A009 is #5F5FF6. Grayscale: #8F8F8F. Windows color (decimal): -6250487 or 630944. OLE color: 630944.

HSL color Cylindrical-coordinate representation of color #A0A009: hue angle of 60º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0A009 is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 160 9 -
CMYK 0 0 0.94 0.37
HSL 60º 0.89% 0.33% -
HSV(B) 60º 0.94% 0.63% -
XYZ 27.12 32.63 5.13 -
YUV 142.79 52.5 140.28 -
System Red Green Blue C M Y K H S L
Decimal 160 160 9 0 0 0.94 0.37 60 0.89 0.33
Hex A0 A0 9 0 0 5E 25 3C 59 21
Octal 240 240 11 0 0 136 45 74 131 41
Binary 10100000 10100000 1001 0 0 1011110 100101 111100 1011001 100001

Color Harmonies of #A0A009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A009

Black with #A0A009

Text Example


Text Example

White with #A0A009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A009; }

 p { color: rgb(160,160,9); }

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

background-color css

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

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

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

border-color css

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

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

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