Html Css Color HEX #ADA004 Lucky

📋 copy color: '#ADA004'

red 173 ◦ green 160 ◦ blue 4

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

Shades of Lucky #ADA004

Tints of Lucky #ADA004

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.48%

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

R = 51.34%
G = 47.48%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#ADA004 (or 0xADA004) is known color: Lucky. HEX triplet: AD, A0 and 04. RGB value is (173,160,4). Sum of RGB (Red+Green+Blue) = 173+160+4=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA004 is #525FFB. Grayscale: #929292. Windows color (decimal): -5398524 or 303277. OLE color: 303277.

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

Color convert

RGB 173 160 4 -
CMYK 0 0.08 0.98 0.32
HSL 55.38º 0.95% 0.35% -
HSV(B) 55.38º 0.98% 0.68% -
XYZ 29.83 34.03 5.11 -
YUV 146.1 47.81 147.18 -
System Red Green Blue C M Y K H S L
Decimal 173 160 4 0 0.08 0.98 0.32 55.38 0.95 0.35
Hex AD A0 4 0 8 62 20 37 5F 23
Octal 255 240 4 0 10 142 40 67 137 43
Binary 10101101 10100000 100 0 1000 1100010 100000 110111 1011111 100011

Color Harmonies of #ADA004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA004

Black with #ADA004

Text Example


Text Example

White with #ADA004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA004; }

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

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

background-color css

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

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

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

border-color css

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

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

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