Html Css Color HEX #ADA90B Lucky

📋 copy color: '#ADA90B'

red 173 ◦ green 169 ◦ blue 11

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

Shades of Lucky #ADA90B

Tints of Lucky #ADA90B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.88%

 BLUE value IS 11 (4.69% from 255) = 3.12%

R = 49.01%
G = 47.88%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#ADA90B (or 0xADA90B) is known color: Lucky. HEX triplet: AD, A9 and 0B. RGB value is (173,169,11). Sum of RGB (Red+Green+Blue) = 173+169+11=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 169 (66.41% from 255 or 47.88% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA90B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA90B is #5256F4. Grayscale: #989898. Windows color (decimal): -5396213 or 764333. OLE color: 764333.

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

Color convert

RGB 173 169 11 -
CMYK 0 0.02 0.94 0.32
HSL 58.52º 0.88% 0.36% -
HSV(B) 58.52º 0.94% 0.68% -
XYZ 31.48 37.28 5.85 -
YUV 152.18 48.33 142.85 -
System Red Green Blue C M Y K H S L
Decimal 173 169 11 0 0.02 0.94 0.32 58.52 0.88 0.36
Hex AD A9 B 0 2 5E 20 3B 58 24
Octal 255 251 13 0 2 136 40 73 130 44
Binary 10101101 10101001 1011 0 10 1011110 100000 111011 1011000 100100

Color Harmonies of #ADA90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA90B

Black with #ADA90B

Text Example


Text Example

White with #ADA90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA90B; }

 p { color: rgb(173,169,11); }

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

background-color css

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

 a { background-color: rgb(173,169,11); }

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

border-color css

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

 span { border-color: rgb(173,169,11); }

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