Html Css Color HEX #AD9B26 Lucky

📋 copy color: '#AD9B26'

red 173 ◦ green 155 ◦ blue 38

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

Shades of Lucky #AD9B26

Tints of Lucky #AD9B26

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.35%

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

R = 47.27%
G = 42.35%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD9B26 (or 0xAD9B26) is known color: Lucky. HEX triplet: AD, 9B and 26. RGB value is (173,155,38). Sum of RGB (Red+Green+Blue) = 173+155+38=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9B26 is #5264D9. Grayscale: #939393. Windows color (decimal): -5399770 or 2530221. OLE color: 2530221.

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

Color convert

RGB 173 155 38 -
CMYK 0 0.10 0.78 0.32
HSL 52º 0.64% 0.41% -
HSV(B) 52º 0.78% 0.68% -
XYZ 29.3 32.47 6.56 -
YUV 147.04 66.46 146.51 -
System Red Green Blue C M Y K H S L
Decimal 173 155 38 0 0.10 0.78 0.32 52 0.64 0.41
Hex AD 9B 26 0 A 4E 20 34 40 29
Octal 255 233 46 0 12 116 40 64 100 51
Binary 10101101 10011011 100110 0 1010 1001110 100000 110100 1000000 101001

Color Harmonies of #AD9B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9B26

Black with #AD9B26

Text Example


Text Example

White with #AD9B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9B26; }

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

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

background-color css

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

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

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

border-color css

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

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

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