Html Css Color HEX #AD9812 Lucky

📋 copy color: '#AD9812'

red 173 ◦ green 152 ◦ blue 18

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

Shades of Lucky #AD9812

Tints of Lucky #AD9812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.31%

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

R = 50.44%
G = 44.31%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD9812 (or 0xAD9812) is known color: Lucky. HEX triplet: AD, 98 and 12. RGB value is (173,152,18). Sum of RGB (Red+Green+Blue) = 173+152+18=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9812 is #5267ED. Grayscale: #8F8F8F. Windows color (decimal): -5400558 or 1218733. OLE color: 1218733.

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

Color convert

RGB 173 152 18 -
CMYK 0 0.12 0.90 0.32
HSL 51.87º 0.81% 0.37% -
HSV(B) 51.87º 0.9% 0.68% -
XYZ 28.57 31.38 5.12 -
YUV 143 57.46 149.4 -
System Red Green Blue C M Y K H S L
Decimal 173 152 18 0 0.12 0.90 0.32 51.87 0.81 0.37
Hex AD 98 12 0 C 5A 20 34 51 25
Octal 255 230 22 0 14 132 40 64 121 45
Binary 10101101 10011000 10010 0 1100 1011010 100000 110100 1010001 100101

Color Harmonies of #AD9812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9812

Black with #AD9812

Text Example


Text Example

White with #AD9812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9812; }

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

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

background-color css

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

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

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

border-color css

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

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

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