Html Css Color HEX #ADA304 Lucky

📋 copy color: '#ADA304'

red 173 ◦ green 163 ◦ blue 4

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

Shades of Lucky #ADA304

Tints of Lucky #ADA304

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.94%

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

R = 50.88%
G = 47.94%
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

#ADA304 (or 0xADA304) is known color: Lucky. HEX triplet: AD, A3 and 04. RGB value is (173,163,4). Sum of RGB (Red+Green+Blue) = 173+163+4=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA304 is #525CFB. Grayscale: #949494. Windows color (decimal): -5397756 or 304045. OLE color: 304045.

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

Color convert

RGB 173 163 4 -
CMYK 0 0.06 0.98 0.32
HSL 56.45º 0.95% 0.35% -
HSV(B) 56.45º 0.98% 0.68% -
XYZ 30.35 35.09 5.29 -
YUV 147.86 46.81 145.93 -
System Red Green Blue C M Y K H S L
Decimal 173 163 4 0 0.06 0.98 0.32 56.45 0.95 0.35
Hex AD A3 4 0 6 62 20 38 5F 23
Octal 255 243 4 0 6 142 40 70 137 43
Binary 10101101 10100011 100 0 110 1100010 100000 111000 1011111 100011

Color Harmonies of #ADA304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA304

Black with #ADA304

Text Example


Text Example

White with #ADA304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA304; }

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

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

background-color css

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

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

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

border-color css

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

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

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