Html Css Color HEX #ADA61A Lucky

📋 copy color: '#ADA61A'

red 173 ◦ green 166 ◦ blue 26

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

Shades of Lucky #ADA61A

Tints of Lucky #ADA61A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.48%

 BLUE value IS 26 (10.55% from 255) = 7.12%

R = 47.4%
G = 45.48%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#ADA61A (or 0xADA61A) is known color: Lucky. HEX triplet: AD, A6 and 1A. RGB value is (173,166,26). Sum of RGB (Red+Green+Blue) = 173+166+26=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA61A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA61A is #5259E5. Grayscale: #989898. Windows color (decimal): -5396966 or 1746605. OLE color: 1746605.

HSL color Cylindrical-coordinate representation of color #ADA61A: hue angle of 57.14º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADA61A is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 166 26 -
CMYK 0 0.04 0.85 0.32
HSL 57.14º 0.74% 0.39% -
HSV(B) 57.14º 0.85% 0.68% -
XYZ 31.06 36.23 6.33 -
YUV 152.13 56.82 142.88 -
System Red Green Blue C M Y K H S L
Decimal 173 166 26 0 0.04 0.85 0.32 57.14 0.74 0.39
Hex AD A6 1A 0 4 55 20 39 4A 27
Octal 255 246 32 0 4 125 40 71 112 47
Binary 10101101 10100110 11010 0 100 1010101 100000 111001 1001010 100111

Color Harmonies of #ADA61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA61A

Black with #ADA61A

Text Example


Text Example

White with #ADA61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA61A; }

 p { color: rgb(173,166,26); }

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

background-color css

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

 a { background-color: rgb(173,166,26); }

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

border-color css

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

 span { border-color: rgb(173,166,26); }

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