Html Css Color HEX #ADA10A Lucky

📋 copy color: '#ADA10A'

red 173 ◦ green 161 ◦ blue 10

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

Shades of Lucky #ADA10A

Tints of Lucky #ADA10A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.91%

R = 50.29%
G = 46.8%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#ADA10A (or 0xADA10A) is known color: Lucky. HEX triplet: AD, A1 and 0A. RGB value is (173,161,10). Sum of RGB (Red+Green+Blue) = 173+161+10=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA10A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA10A is #525EF5. Grayscale: #939393. Windows color (decimal): -5398262 or 696749. OLE color: 696749.

HSL color Cylindrical-coordinate representation of color #ADA10A: hue angle of 55.58º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADA10A is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 161 10 -
CMYK 0 0.07 0.94 0.32
HSL 55.58º 0.89% 0.36% -
HSV(B) 55.58º 0.94% 0.68% -
XYZ 30.03 34.4 5.34 -
YUV 147.37 50.48 146.28 -
System Red Green Blue C M Y K H S L
Decimal 173 161 10 0 0.07 0.94 0.32 55.58 0.89 0.36
Hex AD A1 A 0 7 5E 20 38 59 24
Octal 255 241 12 0 7 136 40 70 131 44
Binary 10101101 10100001 1010 0 111 1011110 100000 111000 1011001 100100

Color Harmonies of #ADA10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA10A

Black with #ADA10A

Text Example


Text Example

White with #ADA10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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