Html Css Color HEX #AD9621 Lucky

📋 copy color: '#AD9621'

red 173 ◦ green 150 ◦ blue 33

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

Shades of Lucky #AD9621

Tints of Lucky #AD9621

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.13%

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

R = 48.6%
G = 42.13%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD9621 (or 0xAD9621) is known color: Lucky. HEX triplet: AD, 96 and 21. RGB value is (173,150,33). Sum of RGB (Red+Green+Blue) = 173+150+33=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9621 is #5269DE. Grayscale: #909090. Windows color (decimal): -5401055 or 2201261. OLE color: 2201261.

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

Color convert

RGB 173 150 33 -
CMYK 0 0.13 0.81 0.32
HSL 50.14º 0.68% 0.4% -
HSV(B) 50.14º 0.81% 0.68% -
XYZ 28.41 30.81 5.89 -
YUV 143.54 65.62 149.01 -
System Red Green Blue C M Y K H S L
Decimal 173 150 33 0 0.13 0.81 0.32 50.14 0.68 0.4
Hex AD 96 21 0 D 51 20 32 44 28
Octal 255 226 41 0 15 121 40 62 104 50
Binary 10101101 10010110 100001 0 1101 1010001 100000 110010 1000100 101000

Color Harmonies of #AD9621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9621

Black with #AD9621

Text Example


Text Example

White with #AD9621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9621; }

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

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

background-color css

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

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

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

border-color css

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

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

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