Html Css Color HEX #ADA30F Lucky

📋 copy color: '#ADA30F'

red 173 ◦ green 163 ◦ blue 15

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

Shades of Lucky #ADA30F

Tints of Lucky #ADA30F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.44%

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

R = 49.29%
G = 46.44%
B = 4.27%

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

#ADA30F (or 0xADA30F) is known color: Lucky. HEX triplet: AD, A3 and 0F. RGB value is (173,163,15). Sum of RGB (Red+Green+Blue) = 173+163+15=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA30F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA30F is #525CF0. Grayscale: #959595. Windows color (decimal): -5397745 or 1024941. OLE color: 1024941.

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

Color convert

RGB 173 163 15 -
CMYK 0 0.06 0.91 0.32
HSL 56.2º 0.84% 0.37% -
HSV(B) 56.2º 0.91% 0.68% -
XYZ 30.42 35.11 5.63 -
YUV 149.12 52.31 145.03 -
System Red Green Blue C M Y K H S L
Decimal 173 163 15 0 0.06 0.91 0.32 56.2 0.84 0.37
Hex AD A3 F 0 6 5B 20 38 54 25
Octal 255 243 17 0 6 133 40 70 124 45
Binary 10101101 10100011 1111 0 110 1011011 100000 111000 1010100 100101

Color Harmonies of #ADA30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA30F

Black with #ADA30F

Text Example


Text Example

White with #ADA30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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