Html Css Color HEX #AD9E28 Lucky

📋 copy color: '#AD9E28'

red 173 ◦ green 158 ◦ blue 40

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

Shades of Lucky #AD9E28

Tints of Lucky #AD9E28

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.59%

 BLUE value IS 40 (16.02% from 255) = 10.78%

R = 46.63%
G = 42.59%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD9E28 (or 0xAD9E28) is known color: Lucky. HEX triplet: AD, 9E and 28. RGB value is (173,158,40). Sum of RGB (Red+Green+Blue) = 173+158+40=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9E28 is #5261D7. Grayscale: #959595. Windows color (decimal): -5399000 or 2662061. OLE color: 2662061.

HSL color Cylindrical-coordinate representation of color #AD9E28: hue angle of 53.23º degrees, saturation: 0.62, 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 #AD9E28 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 158 40 -
CMYK 0 0.09 0.77 0.32
HSL 53.23º 0.62% 0.42% -
HSV(B) 53.23º 0.77% 0.68% -
XYZ 29.84 33.49 6.9 -
YUV 149.03 66.47 145.09 -
System Red Green Blue C M Y K H S L
Decimal 173 158 40 0 0.09 0.77 0.32 53.23 0.62 0.42
Hex AD 9E 28 0 9 4D 20 35 3E 2A
Octal 255 236 50 0 11 115 40 65 76 52
Binary 10101101 10011110 101000 0 1001 1001101 100000 110101 111110 101010

Color Harmonies of #AD9E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9E28

Black with #AD9E28

Text Example


Text Example

White with #AD9E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9E28; }

 p { color: rgb(173,158,40); }

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

background-color css

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

 a { background-color: rgb(173,158,40); }

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

border-color css

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

 span { border-color: rgb(173,158,40); }

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