Html Css Color HEX #ADA204 Lucky

📋 copy color: '#ADA204'

red 173 ◦ green 162 ◦ blue 4

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

Shades of Lucky #ADA204

Tints of Lucky #ADA204

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.79%

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

R = 51.03%
G = 47.79%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#ADA204 (or 0xADA204) is known color: Lucky. HEX triplet: AD, A2 and 04. RGB value is (173,162,4). Sum of RGB (Red+Green+Blue) = 173+162+4=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA204 is #525DFB. Grayscale: #939393. Windows color (decimal): -5398012 or 303789. OLE color: 303789.

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

Color convert

RGB 173 162 4 -
CMYK 0 0.06 0.98 0.32
HSL 56.09º 0.95% 0.35% -
HSV(B) 56.09º 0.98% 0.68% -
XYZ 30.18 34.73 5.23 -
YUV 147.28 47.14 146.35 -
System Red Green Blue C M Y K H S L
Decimal 173 162 4 0 0.06 0.98 0.32 56.09 0.95 0.35
Hex AD A2 4 0 6 62 20 38 5F 23
Octal 255 242 4 0 6 142 40 70 137 43
Binary 10101101 10100010 100 0 110 1100010 100000 111000 1011111 100011

Color Harmonies of #ADA204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA204

Black with #ADA204

Text Example


Text Example

White with #ADA204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA204; }

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

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

background-color css

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

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

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

border-color css

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

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

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