Html Css Color HEX #ADA10F Lucky

📋 copy color: '#ADA10F'

red 173 ◦ green 161 ◦ blue 15

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

Shades of Lucky #ADA10F

Tints of Lucky #ADA10F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.13%

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

R = 49.57%
G = 46.13%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#ADA10F (or 0xADA10F) is known color: Lucky. HEX triplet: AD, A1 and 0F. RGB value is (173,161,15). Sum of RGB (Red+Green+Blue) = 173+161+15=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA10F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA10F is #525EF0. Grayscale: #949494. Windows color (decimal): -5398257 or 1024429. OLE color: 1024429.

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

Color convert

RGB 173 161 15 -
CMYK 0 0.07 0.91 0.32
HSL 55.44º 0.84% 0.37% -
HSV(B) 55.44º 0.91% 0.68% -
XYZ 30.06 34.41 5.51 -
YUV 147.94 52.98 145.87 -
System Red Green Blue C M Y K H S L
Decimal 173 161 15 0 0.07 0.91 0.32 55.44 0.84 0.37
Hex AD A1 F 0 7 5B 20 37 54 25
Octal 255 241 17 0 7 133 40 67 124 45
Binary 10101101 10100001 1111 0 111 1011011 100000 110111 1010100 100101

Color Harmonies of #ADA10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA10F

Black with #ADA10F

Text Example


Text Example

White with #ADA10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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