Html Css Color HEX #AD9F27 Lucky

📋 copy color: '#AD9F27'

red 173 ◦ green 159 ◦ blue 39

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

Shades of Lucky #AD9F27

Tints of Lucky #AD9F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.51%

R = 46.63%
G = 42.86%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD9F27 (or 0xAD9F27) is known color: Lucky. HEX triplet: AD, 9F and 27. RGB value is (173,159,39). Sum of RGB (Red+Green+Blue) = 173+159+39=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F27 is #5260D8. Grayscale: #959595. Windows color (decimal): -5398745 or 2596781. OLE color: 2596781.

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

Color convert

RGB 173 159 39 -
CMYK 0 0.08 0.77 0.32
HSL 53.73º 0.63% 0.42% -
HSV(B) 53.73º 0.77% 0.68% -
XYZ 30 33.83 6.87 -
YUV 149.51 65.64 144.76 -
System Red Green Blue C M Y K H S L
Decimal 173 159 39 0 0.08 0.77 0.32 53.73 0.63 0.42
Hex AD 9F 27 0 8 4D 20 36 3F 2A
Octal 255 237 47 0 10 115 40 66 77 52
Binary 10101101 10011111 100111 0 1000 1001101 100000 110110 111111 101010

Color Harmonies of #AD9F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F27

Black with #AD9F27

Text Example


Text Example

White with #AD9F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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