Html Css Color HEX #ADA20C Lucky

📋 copy color: '#ADA20C'

red 173 ◦ green 162 ◦ blue 12

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

Shades of Lucky #ADA20C

Tints of Lucky #ADA20C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.69%

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

R = 49.86%
G = 46.69%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#ADA20C (or 0xADA20C) is known color: Lucky. HEX triplet: AD, A2 and 0C. RGB value is (173,162,12). Sum of RGB (Red+Green+Blue) = 173+162+12=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA20C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA20C is #525DF3. Grayscale: #949494. Windows color (decimal): -5398004 or 828077. OLE color: 828077.

HSL color Cylindrical-coordinate representation of color #ADA20C: hue angle of 55.9º 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 #ADA20C is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 162 12 -
CMYK 0 0.06 0.93 0.32
HSL 55.9º 0.87% 0.36% -
HSV(B) 55.9º 0.93% 0.68% -
XYZ 30.22 34.75 5.46 -
YUV 148.19 51.14 145.7 -
System Red Green Blue C M Y K H S L
Decimal 173 162 12 0 0.06 0.93 0.32 55.9 0.87 0.36
Hex AD A2 C 0 6 5D 20 38 57 24
Octal 255 242 14 0 6 135 40 70 127 44
Binary 10101101 10100010 1100 0 110 1011101 100000 111000 1010111 100100

Color Harmonies of #ADA20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA20C

Black with #ADA20C

Text Example


Text Example

White with #ADA20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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