Html Css Color HEX #ADA11F Lucky

📋 copy color: '#ADA11F'

red 173 ◦ green 161 ◦ blue 31

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

Shades of Lucky #ADA11F

Tints of Lucky #ADA11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.49%

R = 47.4%
G = 44.11%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#ADA11F (or 0xADA11F) is known color: Lucky. HEX triplet: AD, A1 and 1F. RGB value is (173,161,31). Sum of RGB (Red+Green+Blue) = 173+161+31=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA11F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA11F is #525EE0. Grayscale: #969696. Windows color (decimal): -5398241 or 2073005. OLE color: 2073005.

HSL color Cylindrical-coordinate representation of color #ADA11F: hue angle of 54.93º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADA11F is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 161 31 -
CMYK 0 0.07 0.82 0.32
HSL 54.93º 0.7% 0.4% -
HSV(B) 54.93º 0.82% 0.68% -
XYZ 30.23 34.47 6.36 -
YUV 149.77 60.98 144.57 -
System Red Green Blue C M Y K H S L
Decimal 173 161 31 0 0.07 0.82 0.32 54.93 0.7 0.4
Hex AD A1 1F 0 7 52 20 37 46 28
Octal 255 241 37 0 7 122 40 67 106 50
Binary 10101101 10100001 11111 0 111 1010010 100000 110111 1000110 101000

Color Harmonies of #ADA11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA11F

Black with #ADA11F

Text Example


Text Example

White with #ADA11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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