Html Css Color HEX #ADA504 Lucky

📋 copy color: '#ADA504'

red 173 ◦ green 165 ◦ blue 4

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

Shades of Lucky #ADA504

Tints of Lucky #ADA504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 50.58%
G = 48.25%
B = 1.17%

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

#ADA504 (or 0xADA504) is known color: Lucky. HEX triplet: AD, A5 and 04. RGB value is (173,165,4). Sum of RGB (Red+Green+Blue) = 173+165+4=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA504 is #525AFB. Grayscale: #959595. Windows color (decimal): -5397244 or 304557. OLE color: 304557.

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

Color convert

RGB 173 165 4 -
CMYK 0 0.05 0.98 0.32
HSL 57.16º 0.95% 0.35% -
HSV(B) 57.16º 0.98% 0.68% -
XYZ 30.71 35.8 5.41 -
YUV 149.04 46.15 145.09 -
System Red Green Blue C M Y K H S L
Decimal 173 165 4 0 0.05 0.98 0.32 57.16 0.95 0.35
Hex AD A5 4 0 5 62 20 39 5F 23
Octal 255 245 4 0 5 142 40 71 137 43
Binary 10101101 10100101 100 0 101 1100010 100000 111001 1011111 100011

Color Harmonies of #ADA504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA504

Black with #ADA504

Text Example


Text Example

White with #ADA504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA504; }

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

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

background-color css

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

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

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

border-color css

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

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

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