Html Css Color HEX #ADA026 Lucky

📋 copy color: '#ADA026'

red 173 ◦ green 160 ◦ blue 38

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

Shades of Lucky #ADA026

Tints of Lucky #ADA026

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.13%

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

R = 46.63%
G = 43.13%
B = 10.24%

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

#ADA026 (or 0xADA026) is known color: Lucky. HEX triplet: AD, A0 and 26. RGB value is (173,160,38). Sum of RGB (Red+Green+Blue) = 173+160+38=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA026 is #525FD9. Grayscale: #969696. Windows color (decimal): -5398490 or 2531501. OLE color: 2531501.

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

Color convert

RGB 173 160 38 -
CMYK 0 0.08 0.78 0.32
HSL 54.22º 0.64% 0.41% -
HSV(B) 54.22º 0.78% 0.68% -
XYZ 30.15 34.17 6.84 -
YUV 149.98 64.81 144.42 -
System Red Green Blue C M Y K H S L
Decimal 173 160 38 0 0.08 0.78 0.32 54.22 0.64 0.41
Hex AD A0 26 0 8 4E 20 36 40 29
Octal 255 240 46 0 10 116 40 66 100 51
Binary 10101101 10100000 100110 0 1000 1001110 100000 110110 1000000 101001

Color Harmonies of #ADA026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA026

Black with #ADA026

Text Example


Text Example

White with #ADA026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA026; }

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

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

background-color css

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

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

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

border-color css

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

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

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