Html Css Color HEX #ADA814 Lucky

📋 copy color: '#ADA814'

red 173 ◦ green 168 ◦ blue 20

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

Shades of Lucky #ADA814

Tints of Lucky #ADA814

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.54%

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

R = 47.92%
G = 46.54%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#ADA814 (or 0xADA814) is known color: Lucky. HEX triplet: AD, A8 and 14. RGB value is (173,168,20). Sum of RGB (Red+Green+Blue) = 173+168+20=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA814 is #5257EB. Grayscale: #999999. Windows color (decimal): -5396460 or 1353901. OLE color: 1353901.

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

Color convert

RGB 173 168 20 -
CMYK 0 0.03 0.88 0.32
HSL 58.04º 0.79% 0.38% -
HSV(B) 58.04º 0.88% 0.68% -
XYZ 31.36 36.94 6.14 -
YUV 152.62 53.16 142.53 -
System Red Green Blue C M Y K H S L
Decimal 173 168 20 0 0.03 0.88 0.32 58.04 0.79 0.38
Hex AD A8 14 0 3 58 20 3A 4F 26
Octal 255 250 24 0 3 130 40 72 117 46
Binary 10101101 10101000 10100 0 11 1011000 100000 111010 1001111 100110

Color Harmonies of #ADA814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA814

Black with #ADA814

Text Example


Text Example

White with #ADA814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA814; }

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

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

background-color css

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

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

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

border-color css

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

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

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