Html Css Color HEX #AD9D1B Lucky

📋 copy color: '#AD9D1B'

red 173 ◦ green 157 ◦ blue 27

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

Shades of Lucky #AD9D1B

Tints of Lucky #AD9D1B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.98%

 BLUE value IS 27 (10.94% from 255) = 7.56%

R = 48.46%
G = 43.98%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD9D1B (or 0xAD9D1B) is known color: Lucky. HEX triplet: AD, 9D and 1B. RGB value is (173,157,27). Sum of RGB (Red+Green+Blue) = 173+157+27=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9D1B is #5262E4. Grayscale: #939393. Windows color (decimal): -5399269 or 1809837. OLE color: 1809837.

HSL color Cylindrical-coordinate representation of color #AD9D1B: hue angle of 53.42º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD9D1B is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 157 27 -
CMYK 0 0.09 0.84 0.32
HSL 53.42º 0.73% 0.39% -
HSV(B) 53.42º 0.84% 0.68% -
XYZ 29.49 33.08 5.87 -
YUV 146.96 60.3 146.57 -
System Red Green Blue C M Y K H S L
Decimal 173 157 27 0 0.09 0.84 0.32 53.42 0.73 0.39
Hex AD 9D 1B 0 9 54 20 35 49 27
Octal 255 235 33 0 11 124 40 65 111 47
Binary 10101101 10011101 11011 0 1001 1010100 100000 110101 1001001 100111

Color Harmonies of #AD9D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D1B

Black with #AD9D1B

Text Example


Text Example

White with #AD9D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D1B; }

 p { color: rgb(173,157,27); }

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

background-color css

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

 a { background-color: rgb(173,157,27); }

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

border-color css

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

 span { border-color: rgb(173,157,27); }

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