Html Css Color HEX #AD9F21 Lucky

📋 copy color: '#AD9F21'

red 173 ◦ green 159 ◦ blue 33

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

Shades of Lucky #AD9F21

Tints of Lucky #AD9F21

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.56%

 BLUE value IS 33 (13.28% from 255) = 9.04%

R = 47.4%
G = 43.56%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD9F21 (or 0xAD9F21) is known color: Lucky. HEX triplet: AD, 9F and 21. RGB value is (173,159,33). Sum of RGB (Red+Green+Blue) = 173+159+33=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F21 is #5260DE. Grayscale: #959595. Windows color (decimal): -5398751 or 2203565. OLE color: 2203565.

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

Color convert

RGB 173 159 33 -
CMYK 0 0.08 0.81 0.32
HSL 54º 0.68% 0.4% -
HSV(B) 54º 0.81% 0.68% -
XYZ 29.91 33.79 6.38 -
YUV 148.82 62.64 145.25 -
System Red Green Blue C M Y K H S L
Decimal 173 159 33 0 0.08 0.81 0.32 54 0.68 0.4
Hex AD 9F 21 0 8 51 20 36 44 28
Octal 255 237 41 0 10 121 40 66 104 50
Binary 10101101 10011111 100001 0 1000 1010001 100000 110110 1000100 101000

Color Harmonies of #AD9F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F21

Black with #AD9F21

Text Example


Text Example

White with #AD9F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F21; }

 p { color: rgb(173,159,33); }

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

background-color css

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

 a { background-color: rgb(173,159,33); }

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

border-color css

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

 span { border-color: rgb(173,159,33); }

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