Html Css Color HEX #ADA20F Lucky

📋 copy color: '#ADA20F'

red 173 ◦ green 162 ◦ blue 15

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

Shades of Lucky #ADA20F

Tints of Lucky #ADA20F

RGB

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

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

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

R = 49.43%
G = 46.29%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#ADA20F (or 0xADA20F) is known color: Lucky. HEX triplet: AD, A2 and 0F. RGB value is (173,162,15). Sum of RGB (Red+Green+Blue) = 173+162+15=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA20F is #525DF0. Grayscale: #959595. Windows color (decimal): -5398001 or 1024685. OLE color: 1024685.

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

Color convert

RGB 173 162 15 -
CMYK 0 0.06 0.91 0.32
HSL 55.82º 0.84% 0.37% -
HSV(B) 55.82º 0.91% 0.68% -
XYZ 30.24 34.76 5.57 -
YUV 148.53 52.64 145.45 -
System Red Green Blue C M Y K H S L
Decimal 173 162 15 0 0.06 0.91 0.32 55.82 0.84 0.37
Hex AD A2 F 0 6 5B 20 38 54 25
Octal 255 242 17 0 6 133 40 70 124 45
Binary 10101101 10100010 1111 0 110 1011011 100000 111000 1010100 100101

Color Harmonies of #ADA20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA20F

Black with #ADA20F

Text Example


Text Example

White with #ADA20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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