Html Css Color HEX #AD9A26 Lucky

📋 copy color: '#AD9A26'

red 173 ◦ green 154 ◦ blue 38

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

Shades of Lucky #AD9A26

Tints of Lucky #AD9A26

RGB

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

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

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

R = 47.4%
G = 42.19%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD9A26 (or 0xAD9A26) is known color: Lucky. HEX triplet: AD, 9A and 26. RGB value is (173,154,38). Sum of RGB (Red+Green+Blue) = 173+154+38=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A26 is #5265D9. Grayscale: #929292. Windows color (decimal): -5400026 or 2529965. OLE color: 2529965.

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

Color convert

RGB 173 154 38 -
CMYK 0 0.11 0.78 0.32
HSL 51.56º 0.64% 0.41% -
HSV(B) 51.56º 0.78% 0.68% -
XYZ 29.14 32.14 6.5 -
YUV 146.46 66.79 146.93 -
System Red Green Blue C M Y K H S L
Decimal 173 154 38 0 0.11 0.78 0.32 51.56 0.64 0.41
Hex AD 9A 26 0 B 4E 20 34 40 29
Octal 255 232 46 0 13 116 40 64 100 51
Binary 10101101 10011010 100110 0 1011 1001110 100000 110100 1000000 101001

Color Harmonies of #AD9A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9A26

Black with #AD9A26

Text Example


Text Example

White with #AD9A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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