Html Css Color HEX #ADA104 Lucky

📋 copy color: '#ADA104'

red 173 ◦ green 161 ◦ blue 4

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

Shades of Lucky #ADA104

Tints of Lucky #ADA104

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.63%

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

R = 51.18%
G = 47.63%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#ADA104 (or 0xADA104) is known color: Lucky. HEX triplet: AD, A1 and 04. RGB value is (173,161,4). Sum of RGB (Red+Green+Blue) = 173+161+4=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA104 is #525EFB. Grayscale: #939393. Windows color (decimal): -5398268 or 303533. OLE color: 303533.

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

Color convert

RGB 173 161 4 -
CMYK 0 0.07 0.98 0.32
HSL 55.74º 0.95% 0.35% -
HSV(B) 55.74º 0.98% 0.68% -
XYZ 30 34.38 5.17 -
YUV 146.69 47.48 146.77 -
System Red Green Blue C M Y K H S L
Decimal 173 161 4 0 0.07 0.98 0.32 55.74 0.95 0.35
Hex AD A1 4 0 7 62 20 38 5F 23
Octal 255 241 4 0 7 142 40 70 137 43
Binary 10101101 10100001 100 0 111 1100010 100000 111000 1011111 100011

Color Harmonies of #ADA104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA104

Black with #ADA104

Text Example


Text Example

White with #ADA104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA104; }

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

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

background-color css

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

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

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

border-color css

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

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

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