Html Css Color HEX #ADA203 Lucky

📋 copy color: '#ADA203'

red 173 ◦ green 162 ◦ blue 3

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

Shades of Lucky #ADA203

Tints of Lucky #ADA203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.89%

R = 51.18%
G = 47.93%
B = 0.89%

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

#ADA203 (or 0xADA203) is known color: Lucky. HEX triplet: AD, A2 and 03. RGB value is (173,162,3). Sum of RGB (Red+Green+Blue) = 173+162+3=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA203 is #525DFC. Grayscale: #939393. Windows color (decimal): -5398013 or 238253. OLE color: 238253.

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

Color convert

RGB 173 162 3 -
CMYK 0 0.06 0.98 0.32
HSL 56.12º 0.97% 0.35% -
HSV(B) 56.12º 0.98% 0.68% -
XYZ 30.17 34.73 5.2 -
YUV 147.16 46.64 146.43 -
System Red Green Blue C M Y K H S L
Decimal 173 162 3 0 0.06 0.98 0.32 56.12 0.97 0.35
Hex AD A2 3 0 6 62 20 38 61 23
Octal 255 242 3 0 6 142 40 70 141 43
Binary 10101101 10100010 11 0 110 1100010 100000 111000 1100001 100011

Color Harmonies of #ADA203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA203

Black with #ADA203

Text Example


Text Example

White with #ADA203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA203; }

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

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

background-color css

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

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

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

border-color css

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

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

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