Html Css Color HEX #ADA202 Lucky

📋 copy color: '#ADA202'

red 173 ◦ green 162 ◦ blue 2

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

Shades of Lucky #ADA202

Tints of Lucky #ADA202

RGB

 RED value IS 173 (67.97% from 255) = 51.34%

 GREEN value IS 162 (63.67% from 255) = 48.07%

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 51.34%
G = 48.07%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#ADA202 (or 0xADA202) is known color: Lucky. HEX triplet: AD, A2 and 02. RGB value is (173,162,2). Sum of RGB (Red+Green+Blue) = 173+162+2=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA202 is #525DFD. Grayscale: #939393. Windows color (decimal): -5398014 or 172717. OLE color: 172717.

HSL color Cylindrical-coordinate representation of color #ADA202: hue angle of 56.14º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADA202 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 162 2 -
CMYK 0 0.06 0.99 0.32
HSL 56.14º 0.98% 0.34% -
HSV(B) 56.14º 0.99% 0.68% -
XYZ 30.16 34.73 5.17 -
YUV 147.05 46.14 146.51 -
System Red Green Blue C M Y K H S L
Decimal 173 162 2 0 0.06 0.99 0.32 56.14 0.98 0.34
Hex AD A2 2 0 6 63 20 38 62 22
Octal 255 242 2 0 6 143 40 70 142 42
Binary 10101101 10100010 10 0 110 1100011 100000 111000 1100010 100010

Color Harmonies of #ADA202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA202

Black with #ADA202

Text Example


Text Example

White with #ADA202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA202; }

 p { color: rgb(173,162,2); }

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

background-color css

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

 a { background-color: rgb(173,162,2); }

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

border-color css

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

 span { border-color: rgb(173,162,2); }

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