Html Css Color HEX #ADA90F Lucky

📋 copy color: '#ADA90F'

red 173 ◦ green 169 ◦ blue 15

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

Shades of Lucky #ADA90F

Tints of Lucky #ADA90F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.2%

R = 48.46%
G = 47.34%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#ADA90F (or 0xADA90F) is known color: Lucky. HEX triplet: AD, A9 and 0F. RGB value is (173,169,15). Sum of RGB (Red+Green+Blue) = 173+169+15=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA90F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA90F is #5256F0. Grayscale: #999999. Windows color (decimal): -5396209 or 1026477. OLE color: 1026477.

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

Color convert

RGB 173 169 15 -
CMYK 0 0.02 0.91 0.32
HSL 58.48º 0.84% 0.37% -
HSV(B) 58.48º 0.91% 0.68% -
XYZ 31.51 37.29 5.99 -
YUV 152.64 50.33 142.52 -
System Red Green Blue C M Y K H S L
Decimal 173 169 15 0 0.02 0.91 0.32 58.48 0.84 0.37
Hex AD A9 F 0 2 5B 20 3A 54 25
Octal 255 251 17 0 2 133 40 72 124 45
Binary 10101101 10101001 1111 0 10 1011011 100000 111010 1010100 100101

Color Harmonies of #ADA90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA90F

Black with #ADA90F

Text Example


Text Example

White with #ADA90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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