Html Css Color HEX #ADA70A Lucky

📋 copy color: '#ADA70A'

red 173 ◦ green 167 ◦ blue 10

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

Shades of Lucky #ADA70A

Tints of Lucky #ADA70A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.71%

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

R = 49.43%
G = 47.71%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#ADA70A (or 0xADA70A) is known color: Lucky. HEX triplet: AD, A7 and 0A. RGB value is (173,167,10). Sum of RGB (Red+Green+Blue) = 173+167+10=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA70A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA70A is #5258F5. Grayscale: #979797. Windows color (decimal): -5396726 or 698285. OLE color: 698285.

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

Color convert

RGB 173 167 10 -
CMYK 0 0.03 0.94 0.32
HSL 57.79º 0.89% 0.36% -
HSV(B) 57.79º 0.94% 0.68% -
XYZ 31.11 36.54 5.7 -
YUV 150.9 48.49 143.77 -
System Red Green Blue C M Y K H S L
Decimal 173 167 10 0 0.03 0.94 0.32 57.79 0.89 0.36
Hex AD A7 A 0 3 5E 20 3A 59 24
Octal 255 247 12 0 3 136 40 72 131 44
Binary 10101101 10100111 1010 0 11 1011110 100000 111010 1011001 100100

Color Harmonies of #ADA70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA70A

Black with #ADA70A

Text Example


Text Example

White with #ADA70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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