Html Css Color HEX #ADA114 Lucky

📋 copy color: '#ADA114'

red 173 ◦ green 161 ◦ blue 20

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

Shades of Lucky #ADA114

Tints of Lucky #ADA114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.65%

R = 48.87%
G = 45.48%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#ADA114 (or 0xADA114) is known color: Lucky. HEX triplet: AD, A1 and 14. RGB value is (173,161,20). Sum of RGB (Red+Green+Blue) = 173+161+20=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA114 is #525EEB. Grayscale: #959595. Windows color (decimal): -5398252 or 1352109. OLE color: 1352109.

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

Color convert

RGB 173 161 20 -
CMYK 0 0.07 0.88 0.32
HSL 55.29º 0.79% 0.38% -
HSV(B) 55.29º 0.88% 0.68% -
XYZ 30.1 34.42 5.72 -
YUV 148.51 55.48 145.46 -
System Red Green Blue C M Y K H S L
Decimal 173 161 20 0 0.07 0.88 0.32 55.29 0.79 0.38
Hex AD A1 14 0 7 58 20 37 4F 26
Octal 255 241 24 0 7 130 40 67 117 46
Binary 10101101 10100001 10100 0 111 1011000 100000 110111 1001111 100110

Color Harmonies of #ADA114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA114

Black with #ADA114

Text Example


Text Example

White with #ADA114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA114; }

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

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

background-color css

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

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

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

border-color css

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

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

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