Html Css Color HEX #ADA009 Lucky

📋 copy color: '#ADA009'

red 173 ◦ green 160 ◦ blue 9

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

Shades of Lucky #ADA009

Tints of Lucky #ADA009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.63%

R = 50.58%
G = 46.78%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#ADA009 (or 0xADA009) is known color: Lucky. HEX triplet: AD, A0 and 09. RGB value is (173,160,9). Sum of RGB (Red+Green+Blue) = 173+160+9=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA009 is #525FF6. Grayscale: #939393. Windows color (decimal): -5398519 or 630957. OLE color: 630957.

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

Color convert

RGB 173 160 9 -
CMYK 0 0.08 0.95 0.32
HSL 55.24º 0.9% 0.36% -
HSV(B) 55.24º 0.95% 0.68% -
XYZ 29.85 34.05 5.26 -
YUV 146.67 50.31 146.78 -
System Red Green Blue C M Y K H S L
Decimal 173 160 9 0 0.08 0.95 0.32 55.24 0.9 0.36
Hex AD A0 9 0 8 5F 20 37 5A 24
Octal 255 240 11 0 10 137 40 67 132 44
Binary 10101101 10100000 1001 0 1000 1011111 100000 110111 1011010 100100

Color Harmonies of #ADA009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA009

Black with #ADA009

Text Example


Text Example

White with #ADA009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA009; }

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

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

background-color css

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

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

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

border-color css

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

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

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