Html Css Color HEX #ADA006 Lucky

📋 copy color: '#ADA006'

red 173 ◦ green 160 ◦ blue 6

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

Shades of Lucky #ADA006

Tints of Lucky #ADA006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.77%

R = 51.03%
G = 47.2%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#ADA006 (or 0xADA006) is known color: Lucky. HEX triplet: AD, A0 and 06. RGB value is (173,160,6). Sum of RGB (Red+Green+Blue) = 173+160+6=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA006 is #525FF9. Grayscale: #929292. Windows color (decimal): -5398522 or 434349. OLE color: 434349.

HSL color Cylindrical-coordinate representation of color #ADA006: hue angle of 55.33º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADA006 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 6 -
CMYK 0 0.08 0.97 0.32
HSL 55.33º 0.93% 0.35% -
HSV(B) 55.33º 0.97% 0.68% -
XYZ 29.84 34.04 5.17 -
YUV 146.33 48.81 147.02 -
System Red Green Blue C M Y K H S L
Decimal 173 160 6 0 0.08 0.97 0.32 55.33 0.93 0.35
Hex AD A0 6 0 8 61 20 37 5D 23
Octal 255 240 6 0 10 141 40 67 135 43
Binary 10101101 10100000 110 0 1000 1100001 100000 110111 1011101 100011

Color Harmonies of #ADA006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA006

Black with #ADA006

Text Example


Text Example

White with #ADA006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA006; }

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

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

background-color css

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

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

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

border-color css

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

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

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