Html Css Color HEX #ADA00F Lucky

📋 copy color: '#ADA00F'

red 173 ◦ green 160 ◦ blue 15

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

Shades of Lucky #ADA00F

Tints of Lucky #ADA00F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.98%

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

R = 49.71%
G = 45.98%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#ADA00F (or 0xADA00F) is known color: Lucky. HEX triplet: AD, A0 and 0F. RGB value is (173,160,15). Sum of RGB (Red+Green+Blue) = 173+160+15=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA00F is #525FF0. Grayscale: #939393. Windows color (decimal): -5398513 or 1024173. OLE color: 1024173.

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

Color convert

RGB 173 160 15 -
CMYK 0 0.08 0.91 0.32
HSL 55.06º 0.84% 0.37% -
HSV(B) 55.06º 0.91% 0.68% -
XYZ 29.89 34.06 5.45 -
YUV 147.36 53.31 146.29 -
System Red Green Blue C M Y K H S L
Decimal 173 160 15 0 0.08 0.91 0.32 55.06 0.84 0.37
Hex AD A0 F 0 8 5B 20 37 54 25
Octal 255 240 17 0 10 133 40 67 124 45
Binary 10101101 10100000 1111 0 1000 1011011 100000 110111 1010100 100101

Color Harmonies of #ADA00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA00F

Black with #ADA00F

Text Example


Text Example

White with #ADA00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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