Html Css Color HEX #ADA003 Lucky

📋 copy color: '#ADA003'

red 173 ◦ green 160 ◦ blue 3

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

Shades of Lucky #ADA003

Tints of Lucky #ADA003

RGB

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

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

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

R = 51.49%
G = 47.62%
B = 0.89%

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

#ADA003 (or 0xADA003) is known color: Lucky. HEX triplet: AD, A0 and 03. RGB value is (173,160,3). Sum of RGB (Red+Green+Blue) = 173+160+3=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA003 is #525FFC. Grayscale: #929292. Windows color (decimal): -5398525 or 237741. OLE color: 237741.

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

Color convert

RGB 173 160 3 -
CMYK 0 0.08 0.98 0.32
HSL 55.41º 0.97% 0.35% -
HSV(B) 55.41º 0.98% 0.68% -
XYZ 29.82 34.03 5.08 -
YUV 145.99 47.31 147.27 -
System Red Green Blue C M Y K H S L
Decimal 173 160 3 0 0.08 0.98 0.32 55.41 0.97 0.35
Hex AD A0 3 0 8 62 20 37 61 23
Octal 255 240 3 0 10 142 40 67 141 43
Binary 10101101 10100000 11 0 1000 1100010 100000 110111 1100001 100011

Color Harmonies of #ADA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA003

Black with #ADA003

Text Example


Text Example

White with #ADA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA003; }

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

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

background-color css

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

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

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

border-color css

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

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

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