Html Css Color HEX #ADA002 Lucky

📋 copy color: '#ADA002'

red 173 ◦ green 160 ◦ blue 2

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

Shades of Lucky #ADA002

Tints of Lucky #ADA002

RGB

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

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

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

R = 51.64%
G = 47.76%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#ADA002 (or 0xADA002) is known color: Lucky. HEX triplet: AD, A0 and 02. RGB value is (173,160,2). Sum of RGB (Red+Green+Blue) = 173+160+2=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA002 is #525FFD. Grayscale: #929292. Windows color (decimal): -5398526 or 172205. OLE color: 172205.

HSL color Cylindrical-coordinate representation of color #ADA002: hue angle of 55.44º 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 #ADA002 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 2 -
CMYK 0 0.08 0.99 0.32
HSL 55.44º 0.98% 0.34% -
HSV(B) 55.44º 0.99% 0.68% -
XYZ 29.82 34.03 5.05 -
YUV 145.88 46.81 147.35 -
System Red Green Blue C M Y K H S L
Decimal 173 160 2 0 0.08 0.99 0.32 55.44 0.98 0.34
Hex AD A0 2 0 8 63 20 37 62 22
Octal 255 240 2 0 10 143 40 67 142 42
Binary 10101101 10100000 10 0 1000 1100011 100000 110111 1100010 100010

Color Harmonies of #ADA002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA002

Black with #ADA002

Text Example


Text Example

White with #ADA002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA002; }

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

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

background-color css

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

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

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

border-color css

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

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

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