Html Css Color HEX #A2A009 Lucky

📋 copy color: '#A2A009'

red 162 ◦ green 160 ◦ blue 9

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

Shades of Lucky #A2A009

Tints of Lucky #A2A009

RGB

 RED value IS 162 (63.67% from 255) = 48.94%

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

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

R = 48.94%
G = 48.34%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A2A009 (or 0xA2A009) is known color: Lucky. HEX triplet: A2, A0 and 09. RGB value is (162,160,9). Sum of RGB (Red+Green+Blue) = 162+160+9=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 9 (3.91% from 255 or 2.72% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A009 is #5D5FF6. Grayscale: #8F8F8F. Windows color (decimal): -6119415 or 630946. OLE color: 630946.

HSL color Cylindrical-coordinate representation of color #A2A009: hue angle of 59.22º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2A009 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 160 9 -
CMYK 0 0.01 0.94 0.36
HSL 59.22º 0.89% 0.34% -
HSV(B) 59.22º 0.94% 0.64% -
XYZ 27.52 32.84 5.15 -
YUV 143.38 52.16 141.28 -
System Red Green Blue C M Y K H S L
Decimal 162 160 9 0 0.01 0.94 0.36 59.22 0.89 0.34
Hex A2 A0 9 0 1 5E 24 3B 59 22
Octal 242 240 11 0 1 136 44 73 131 42
Binary 10100010 10100000 1001 0 1 1011110 100100 111011 1011001 100010

Color Harmonies of #A2A009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A009

Black with #A2A009

Text Example


Text Example

White with #A2A009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A009; }

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

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

background-color css

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

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

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

border-color css

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

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

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