Html Css Color HEX #ADA503 Lucky

📋 copy color: '#ADA503'

red 173 ◦ green 165 ◦ blue 3

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

Shades of Lucky #ADA503

Tints of Lucky #ADA503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 50.73%
G = 48.39%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#ADA503 (or 0xADA503) is known color: Lucky. HEX triplet: AD, A5 and 03. RGB value is (173,165,3). Sum of RGB (Red+Green+Blue) = 173+165+3=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA503 is #525AFC. Grayscale: #959595. Windows color (decimal): -5397245 or 239021. OLE color: 239021.

HSL color Cylindrical-coordinate representation of color #ADA503: hue angle of 57.18º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADA503 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 165 3 -
CMYK 0 0.05 0.98 0.32
HSL 57.18º 0.97% 0.35% -
HSV(B) 57.18º 0.98% 0.68% -
XYZ 30.71 35.8 5.38 -
YUV 148.92 45.65 145.17 -
System Red Green Blue C M Y K H S L
Decimal 173 165 3 0 0.05 0.98 0.32 57.18 0.97 0.35
Hex AD A5 3 0 5 62 20 39 61 23
Octal 255 245 3 0 5 142 40 71 141 43
Binary 10101101 10100101 11 0 101 1100010 100000 111001 1100001 100011

Color Harmonies of #ADA503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA503

Black with #ADA503

Text Example


Text Example

White with #ADA503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA503; }

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

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

background-color css

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

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

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

border-color css

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

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

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