Html Css Color HEX #AD9A21 Lucky

📋 copy color: '#AD9A21'

red 173 ◦ green 154 ◦ blue 33

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

Shades of Lucky #AD9A21

Tints of Lucky #AD9A21

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.78%

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

R = 48.06%
G = 42.78%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD9A21 (or 0xAD9A21) is known color: Lucky. HEX triplet: AD, 9A and 21. RGB value is (173,154,33). Sum of RGB (Red+Green+Blue) = 173+154+33=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A21 is #5265DE. Grayscale: #929292. Windows color (decimal): -5400031 or 2202285. OLE color: 2202285.

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

Color convert

RGB 173 154 33 -
CMYK 0 0.11 0.81 0.32
HSL 51.86º 0.68% 0.4% -
HSV(B) 51.86º 0.81% 0.68% -
XYZ 29.06 32.11 6.1 -
YUV 145.89 64.29 147.34 -
System Red Green Blue C M Y K H S L
Decimal 173 154 33 0 0.11 0.81 0.32 51.86 0.68 0.4
Hex AD 9A 21 0 B 51 20 34 44 28
Octal 255 232 41 0 13 121 40 64 104 50
Binary 10101101 10011010 100001 0 1011 1010001 100000 110100 1000100 101000

Color Harmonies of #AD9A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9A21

Black with #AD9A21

Text Example


Text Example

White with #AD9A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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