Html Css Color HEX #ADA007 Lucky

📋 copy color: '#ADA007'

red 173 ◦ green 160 ◦ blue 7

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

Shades of Lucky #ADA007

Tints of Lucky #ADA007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.06%

R = 50.88%
G = 47.06%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#ADA007 (or 0xADA007) is known color: Lucky. HEX triplet: AD, A0 and 07. RGB value is (173,160,7). Sum of RGB (Red+Green+Blue) = 173+160+7=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 7 (3.12% from 255 or 2.06% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA007 is #525FF8. Grayscale: #939393. Windows color (decimal): -5398521 or 499885. OLE color: 499885.

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

Color convert

RGB 173 160 7 -
CMYK 0 0.08 0.96 0.32
HSL 55.3º 0.92% 0.35% -
HSV(B) 55.3º 0.96% 0.68% -
XYZ 29.84 34.04 5.2 -
YUV 146.45 49.31 146.94 -
System Red Green Blue C M Y K H S L
Decimal 173 160 7 0 0.08 0.96 0.32 55.3 0.92 0.35
Hex AD A0 7 0 8 60 20 37 5C 23
Octal 255 240 7 0 10 140 40 67 134 43
Binary 10101101 10100000 111 0 1000 1100000 100000 110111 1011100 100011

Color Harmonies of #ADA007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA007

Black with #ADA007

Text Example


Text Example

White with #ADA007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA007; }

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

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

background-color css

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

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

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

border-color css

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

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

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