Html Css Color HEX #ADA812 Lucky

📋 copy color: '#ADA812'

red 173 ◦ green 168 ◦ blue 18

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

Shades of Lucky #ADA812

Tints of Lucky #ADA812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.01%

R = 48.19%
G = 46.8%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#ADA812 (or 0xADA812) is known color: Lucky. HEX triplet: AD, A8 and 12. RGB value is (173,168,18). Sum of RGB (Red+Green+Blue) = 173+168+18=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA812 is #5257ED. Grayscale: #989898. Windows color (decimal): -5396462 or 1222829. OLE color: 1222829.

HSL color Cylindrical-coordinate representation of color #ADA812: hue angle of 58.06º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADA812 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 168 18 -
CMYK 0 0.03 0.90 0.32
HSL 58.06º 0.81% 0.37% -
HSV(B) 58.06º 0.9% 0.68% -
XYZ 31.35 36.93 6.05 -
YUV 152.4 52.16 142.7 -
System Red Green Blue C M Y K H S L
Decimal 173 168 18 0 0.03 0.90 0.32 58.06 0.81 0.37
Hex AD A8 12 0 3 5A 20 3A 51 25
Octal 255 250 22 0 3 132 40 72 121 45
Binary 10101101 10101000 10010 0 11 1011010 100000 111010 1010001 100101

Color Harmonies of #ADA812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA812

Black with #ADA812

Text Example


Text Example

White with #ADA812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA812; }

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

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

background-color css

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

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

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

border-color css

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

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

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