Html Css Color HEX #ADA027 Lucky

📋 copy color: '#ADA027'

red 173 ◦ green 160 ◦ blue 39

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

Shades of Lucky #ADA027

Tints of Lucky #ADA027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.48%

R = 46.51%
G = 43.01%
B = 10.48%

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

#ADA027 (or 0xADA027) is known color: Lucky. HEX triplet: AD, A0 and 27. RGB value is (173,160,39). Sum of RGB (Red+Green+Blue) = 173+160+39=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 39 (15.62% from 255 or 10.48% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA027 is #525FD8. Grayscale: #969696. Windows color (decimal): -5398489 or 2597037. OLE color: 2597037.

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

Color convert

RGB 173 160 39 -
CMYK 0 0.08 0.77 0.32
HSL 54.18º 0.63% 0.42% -
HSV(B) 54.18º 0.77% 0.68% -
XYZ 30.17 34.17 6.93 -
YUV 150.09 65.31 144.34 -
System Red Green Blue C M Y K H S L
Decimal 173 160 39 0 0.08 0.77 0.32 54.18 0.63 0.42
Hex AD A0 27 0 8 4D 20 36 3F 2A
Octal 255 240 47 0 10 115 40 66 77 52
Binary 10101101 10100000 100111 0 1000 1001101 100000 110110 111111 101010

Color Harmonies of #ADA027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA027

Black with #ADA027

Text Example


Text Example

White with #ADA027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA027; }

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

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

background-color css

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

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

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

border-color css

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

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

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