Html Css Color HEX #AD9F26 Lucky

📋 copy color: '#AD9F26'

red 173 ◦ green 159 ◦ blue 38

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

Shades of Lucky #AD9F26

Tints of Lucky #AD9F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.27%

R = 46.76%
G = 42.97%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD9F26 (or 0xAD9F26) is known color: Lucky. HEX triplet: AD, 9F and 26. RGB value is (173,159,38). Sum of RGB (Red+Green+Blue) = 173+159+38=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F26 is #5260D9. Grayscale: #959595. Windows color (decimal): -5398746 or 2531245. OLE color: 2531245.

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

Color convert

RGB 173 159 38 -
CMYK 0 0.08 0.78 0.32
HSL 53.78º 0.64% 0.41% -
HSV(B) 53.78º 0.78% 0.68% -
XYZ 29.98 33.82 6.78 -
YUV 149.39 65.14 144.84 -
System Red Green Blue C M Y K H S L
Decimal 173 159 38 0 0.08 0.78 0.32 53.78 0.64 0.41
Hex AD 9F 26 0 8 4E 20 36 40 29
Octal 255 237 46 0 10 116 40 66 100 51
Binary 10101101 10011111 100110 0 1000 1001110 100000 110110 1000000 101001

Color Harmonies of #AD9F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F26

Black with #AD9F26

Text Example


Text Example

White with #AD9F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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