Html Css Color HEX #ADA028 Lucky

📋 copy color: '#ADA028'

red 173 ◦ green 160 ◦ blue 40

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

Shades of Lucky #ADA028

Tints of Lucky #ADA028

RGB

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

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

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

R = 46.38%
G = 42.9%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#ADA028 (or 0xADA028) is known color: Lucky. HEX triplet: AD, A0 and 28. RGB value is (173,160,40). Sum of RGB (Red+Green+Blue) = 173+160+40=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA028 is #525FD7. Grayscale: #969696. Windows color (decimal): -5398488 or 2662573. OLE color: 2662573.

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

Color convert

RGB 173 160 40 -
CMYK 0 0.08 0.77 0.32
HSL 54.14º 0.62% 0.42% -
HSV(B) 54.14º 0.77% 0.68% -
XYZ 30.19 34.18 7.01 -
YUV 150.21 65.81 144.26 -
System Red Green Blue C M Y K H S L
Decimal 173 160 40 0 0.08 0.77 0.32 54.14 0.62 0.42
Hex AD A0 28 0 8 4D 20 36 3E 2A
Octal 255 240 50 0 10 115 40 66 76 52
Binary 10101101 10100000 101000 0 1000 1001101 100000 110110 111110 101010

Color Harmonies of #ADA028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA028

Black with #ADA028

Text Example


Text Example

White with #ADA028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA028; }

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

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

background-color css

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

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

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

border-color css

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

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

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