Html Css Color HEX #AD9820 Lucky

📋 copy color: '#AD9820'

red 173 ◦ green 152 ◦ blue 32

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

Shades of Lucky #AD9820

Tints of Lucky #AD9820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.96%

R = 48.46%
G = 42.58%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD9820 (or 0xAD9820) is known color: Lucky. HEX triplet: AD, 98 and 20. RGB value is (173,152,32). Sum of RGB (Red+Green+Blue) = 173+152+32=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9820 is #5267DF. Grayscale: #919191. Windows color (decimal): -5400544 or 2136237. OLE color: 2136237.

HSL color Cylindrical-coordinate representation of color #AD9820: hue angle of 51.06º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD9820 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 152 32 -
CMYK 0 0.12 0.82 0.32
HSL 51.06º 0.69% 0.4% -
HSV(B) 51.06º 0.82% 0.68% -
XYZ 28.72 31.45 5.92 -
YUV 144.6 64.46 148.26 -
System Red Green Blue C M Y K H S L
Decimal 173 152 32 0 0.12 0.82 0.32 51.06 0.69 0.4
Hex AD 98 20 0 C 52 20 33 45 28
Octal 255 230 40 0 14 122 40 63 105 50
Binary 10101101 10011000 100000 0 1100 1010010 100000 110011 1000101 101000

Color Harmonies of #AD9820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9820

Black with #AD9820

Text Example


Text Example

White with #AD9820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9820; }

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

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

background-color css

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

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

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

border-color css

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

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

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