Html Css Color HEX #AD9826 Lucky

📋 copy color: '#AD9826'

red 173 ◦ green 152 ◦ blue 38

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

Shades of Lucky #AD9826

Tints of Lucky #AD9826

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.87%

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

R = 47.66%
G = 41.87%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD9826 (or 0xAD9826) is known color: Lucky. HEX triplet: AD, 98 and 26. RGB value is (173,152,38). Sum of RGB (Red+Green+Blue) = 173+152+38=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9826 is #5267D9. Grayscale: #919191. Windows color (decimal): -5400538 or 2529453. OLE color: 2529453.

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

Color convert

RGB 173 152 38 -
CMYK 0 0.12 0.78 0.32
HSL 50.67º 0.64% 0.41% -
HSV(B) 50.67º 0.78% 0.68% -
XYZ 28.81 31.48 6.39 -
YUV 145.28 67.46 147.77 -
System Red Green Blue C M Y K H S L
Decimal 173 152 38 0 0.12 0.78 0.32 50.67 0.64 0.41
Hex AD 98 26 0 C 4E 20 33 40 29
Octal 255 230 46 0 14 116 40 63 100 51
Binary 10101101 10011000 100110 0 1100 1001110 100000 110011 1000000 101001

Color Harmonies of #AD9826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9826

Black with #AD9826

Text Example


Text Example

White with #AD9826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9826; }

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

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

background-color css

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

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

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

border-color css

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

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

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