Html Css Color HEX #ADA90C Lucky

📋 copy color: '#ADA90C'

red 173 ◦ green 169 ◦ blue 12

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

Shades of Lucky #ADA90C

Tints of Lucky #ADA90C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.39%

R = 48.87%
G = 47.74%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#ADA90C (or 0xADA90C) is known color: Lucky. HEX triplet: AD, A9 and 0C. RGB value is (173,169,12). Sum of RGB (Red+Green+Blue) = 173+169+12=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA90C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA90C is #5256F3. Grayscale: #989898. Windows color (decimal): -5396212 or 829869. OLE color: 829869.

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

Color convert

RGB 173 169 12 -
CMYK 0 0.02 0.93 0.32
HSL 58.51º 0.87% 0.36% -
HSV(B) 58.51º 0.93% 0.68% -
XYZ 31.49 37.29 5.89 -
YUV 152.3 48.83 142.77 -
System Red Green Blue C M Y K H S L
Decimal 173 169 12 0 0.02 0.93 0.32 58.51 0.87 0.36
Hex AD A9 C 0 2 5D 20 3B 57 24
Octal 255 251 14 0 2 135 40 73 127 44
Binary 10101101 10101001 1100 0 10 1011101 100000 111011 1010111 100100

Color Harmonies of #ADA90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA90C

Black with #ADA90C

Text Example


Text Example

White with #ADA90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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