Html Css Color HEX #AD9012 Lucky

📋 copy color: '#AD9012'

red 173 ◦ green 144 ◦ blue 18

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

Shades of Lucky #AD9012

Tints of Lucky #AD9012

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.99%

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

R = 51.64%
G = 42.99%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD9012 (or 0xAD9012) is known color: Lucky. HEX triplet: AD, 90 and 12. RGB value is (173,144,18). Sum of RGB (Red+Green+Blue) = 173+144+18=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9012 is #526FED. Grayscale: #8A8A8A. Windows color (decimal): -5402606 or 1216685. OLE color: 1216685.

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

Color convert

RGB 173 144 18 -
CMYK 0 0.17 0.90 0.32
HSL 48.77º 0.81% 0.37% -
HSV(B) 48.77º 0.9% 0.68% -
XYZ 27.32 28.87 4.71 -
YUV 138.31 60.11 152.75 -
System Red Green Blue C M Y K H S L
Decimal 173 144 18 0 0.17 0.90 0.32 48.77 0.81 0.37
Hex AD 90 12 0 11 5A 20 31 51 25
Octal 255 220 22 0 21 132 40 61 121 45
Binary 10101101 10010000 10010 0 10001 1011010 100000 110001 1010001 100101

Color Harmonies of #AD9012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9012

Black with #AD9012

Text Example


Text Example

White with #AD9012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9012; }

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

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

background-color css

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

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

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

border-color css

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

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

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