Html Css Color HEX #A0A621 Lucky

📋 copy color: '#A0A621'

red 160 ◦ green 166 ◦ blue 33

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

Shades of Lucky #A0A621

Tints of Lucky #A0A621

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.24%

 BLUE value IS 33 (13.28% from 255) = 9.19%

R = 44.57%
G = 46.24%
B = 9.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A0A621 (or 0xA0A621) is known color: Lucky. HEX triplet: A0, A6 and 21. RGB value is (160,166,33). Sum of RGB (Red+Green+Blue) = 160+166+33=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A621 is #5F59DE. Grayscale: #959595. Windows color (decimal): -6248927 or 2205344. OLE color: 2205344.

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

Color convert

RGB 160 166 33 -
CMYK 0.04 0 0.80 0.35
HSL 62.71º 0.67% 0.39% -
HSV(B) 62.71º 0.8% 0.65% -
XYZ 28.41 34.86 6.67 -
YUV 149.04 62.51 135.81 -
System Red Green Blue C M Y K H S L
Decimal 160 166 33 0.04 0 0.80 0.35 62.71 0.67 0.39
Hex A0 A6 21 4 0 50 23 3F 43 27
Octal 240 246 41 4 0 120 43 77 103 47
Binary 10100000 10100110 100001 100 0 1010000 100011 111111 1000011 100111

Color Harmonies of #A0A621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A621

Black with #A0A621

Text Example


Text Example

White with #A0A621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A621; }

 p { color: rgb(160,166,33); }

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

background-color css

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

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

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

border-color css

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

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

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