Html Css Color HEX #ADA102 Lucky

📋 copy color: '#ADA102'

red 173 ◦ green 161 ◦ blue 2

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

Shades of Lucky #ADA102

Tints of Lucky #ADA102

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.92%

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

R = 51.49%
G = 47.92%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#ADA102 (or 0xADA102) is known color: Lucky. HEX triplet: AD, A1 and 02. RGB value is (173,161,2). Sum of RGB (Red+Green+Blue) = 173+161+2=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA102 is #525EFD. Grayscale: #939393. Windows color (decimal): -5398270 or 172461. OLE color: 172461.

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

Color convert

RGB 173 161 2 -
CMYK 0 0.07 0.99 0.32
HSL 55.79º 0.98% 0.34% -
HSV(B) 55.79º 0.99% 0.68% -
XYZ 29.99 34.38 5.11 -
YUV 146.46 46.48 146.93 -
System Red Green Blue C M Y K H S L
Decimal 173 161 2 0 0.07 0.99 0.32 55.79 0.98 0.34
Hex AD A1 2 0 7 63 20 38 62 22
Octal 255 241 2 0 7 143 40 70 142 42
Binary 10101101 10100001 10 0 111 1100011 100000 111000 1100010 100010

Color Harmonies of #ADA102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA102

Black with #ADA102

Text Example


Text Example

White with #ADA102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA102; }

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

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

background-color css

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

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

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

border-color css

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

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

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