Html Css Color HEX #ADA402 Lucky

📋 copy color: '#ADA402'

red 173 ◦ green 164 ◦ blue 2

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

Shades of Lucky #ADA402

Tints of Lucky #ADA402

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.38%

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

R = 51.03%
G = 48.38%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#ADA402 (or 0xADA402) is known color: Lucky. HEX triplet: AD, A4 and 02. RGB value is (173,164,2). Sum of RGB (Red+Green+Blue) = 173+164+2=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA402 is #525BFD. Grayscale: #949494. Windows color (decimal): -5397502 or 173229. OLE color: 173229.

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

Color convert

RGB 173 164 2 -
CMYK 0 0.05 0.99 0.32
HSL 56.84º 0.98% 0.34% -
HSV(B) 56.84º 0.99% 0.68% -
XYZ 30.52 35.44 5.29 -
YUV 148.22 45.48 145.67 -
System Red Green Blue C M Y K H S L
Decimal 173 164 2 0 0.05 0.99 0.32 56.84 0.98 0.34
Hex AD A4 2 0 5 63 20 39 62 22
Octal 255 244 2 0 5 143 40 71 142 42
Binary 10101101 10100100 10 0 101 1100011 100000 111001 1100010 100010

Color Harmonies of #ADA402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA402

Black with #ADA402

Text Example


Text Example

White with #ADA402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA402; }

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

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

background-color css

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

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

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

border-color css

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

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

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