Html Css Color HEX #ADA40F Lucky

📋 copy color: '#ADA40F'

red 173 ◦ green 164 ◦ blue 15

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

Shades of Lucky #ADA40F

Tints of Lucky #ADA40F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.59%

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

R = 49.15%
G = 46.59%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#ADA40F (or 0xADA40F) is known color: Lucky. HEX triplet: AD, A4 and 0F. RGB value is (173,164,15). Sum of RGB (Red+Green+Blue) = 173+164+15=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA40F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA40F is #525BF0. Grayscale: #969696. Windows color (decimal): -5397489 or 1025197. OLE color: 1025197.

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

Color convert

RGB 173 164 15 -
CMYK 0 0.05 0.91 0.32
HSL 56.58º 0.84% 0.37% -
HSV(B) 56.58º 0.91% 0.68% -
XYZ 30.6 35.47 5.69 -
YUV 149.71 51.98 144.62 -
System Red Green Blue C M Y K H S L
Decimal 173 164 15 0 0.05 0.91 0.32 56.58 0.84 0.37
Hex AD A4 F 0 5 5B 20 39 54 25
Octal 255 244 17 0 5 133 40 71 124 45
Binary 10101101 10100100 1111 0 101 1011011 100000 111001 1010100 100101

Color Harmonies of #ADA40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA40F

Black with #ADA40F

Text Example


Text Example

White with #ADA40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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