Html Css Color HEX #AD9212 Lucky

📋 copy color: '#AD9212'

red 173 ◦ green 146 ◦ blue 18

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

Shades of Lucky #AD9212

Tints of Lucky #AD9212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.32%

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

R = 51.34%
G = 43.32%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD9212 (or 0xAD9212) is known color: Lucky. HEX triplet: AD, 92 and 12. RGB value is (173,146,18). Sum of RGB (Red+Green+Blue) = 173+146+18=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9212 is #526DED. Grayscale: #8C8C8C. Windows color (decimal): -5402094 or 1217197. OLE color: 1217197.

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

Color convert

RGB 173 146 18 -
CMYK 0 0.16 0.90 0.32
HSL 49.55º 0.81% 0.37% -
HSV(B) 49.55º 0.9% 0.68% -
XYZ 27.62 29.49 4.81 -
YUV 139.48 59.45 151.91 -
System Red Green Blue C M Y K H S L
Decimal 173 146 18 0 0.16 0.90 0.32 49.55 0.81 0.37
Hex AD 92 12 0 10 5A 20 32 51 25
Octal 255 222 22 0 20 132 40 62 121 45
Binary 10101101 10010010 10010 0 10000 1011010 100000 110010 1010001 100101

Color Harmonies of #AD9212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9212

Black with #AD9212

Text Example


Text Example

White with #AD9212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9212; }

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

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

background-color css

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

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

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

border-color css

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

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

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