Html Css Color HEX #ADA50A Lucky

📋 copy color: '#ADA50A'

red 173 ◦ green 165 ◦ blue 10

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

Shades of Lucky #ADA50A

Tints of Lucky #ADA50A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.41%

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

R = 49.71%
G = 47.41%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#ADA50A (or 0xADA50A) is known color: Lucky. HEX triplet: AD, A5 and 0A. RGB value is (173,165,10). Sum of RGB (Red+Green+Blue) = 173+165+10=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 165 (64.84% from 255 or 47.41% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA50A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA50A is #525AF5. Grayscale: #969696. Windows color (decimal): -5397238 or 697773. OLE color: 697773.

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

Color convert

RGB 173 165 10 -
CMYK 0 0.05 0.94 0.32
HSL 57.06º 0.89% 0.36% -
HSV(B) 57.06º 0.94% 0.68% -
XYZ 30.74 35.82 5.58 -
YUV 149.72 49.15 144.6 -
System Red Green Blue C M Y K H S L
Decimal 173 165 10 0 0.05 0.94 0.32 57.06 0.89 0.36
Hex AD A5 A 0 5 5E 20 39 59 24
Octal 255 245 12 0 5 136 40 71 131 44
Binary 10101101 10100101 1010 0 101 1011110 100000 111001 1011001 100100

Color Harmonies of #ADA50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA50A

Black with #ADA50A

Text Example


Text Example

White with #ADA50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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