Html Css Color HEX #ADA11A Lucky

📋 copy color: '#ADA11A'

red 173 ◦ green 161 ◦ blue 26

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

Shades of Lucky #ADA11A

Tints of Lucky #ADA11A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.72%

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

R = 48.06%
G = 44.72%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#ADA11A (or 0xADA11A) is known color: Lucky. HEX triplet: AD, A1 and 1A. RGB value is (173,161,26). Sum of RGB (Red+Green+Blue) = 173+161+26=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA11A is #525EE5. Grayscale: #959595. Windows color (decimal): -5398246 or 1745325. OLE color: 1745325.

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

Color convert

RGB 173 161 26 -
CMYK 0 0.07 0.85 0.32
HSL 55.1º 0.74% 0.39% -
HSV(B) 55.1º 0.85% 0.68% -
XYZ 30.16 34.45 6.04 -
YUV 149.2 58.48 144.98 -
System Red Green Blue C M Y K H S L
Decimal 173 161 26 0 0.07 0.85 0.32 55.1 0.74 0.39
Hex AD A1 1A 0 7 55 20 37 4A 27
Octal 255 241 32 0 7 125 40 67 112 47
Binary 10101101 10100001 11010 0 111 1010101 100000 110111 1001010 100111

Color Harmonies of #ADA11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA11A

Black with #ADA11A

Text Example


Text Example

White with #ADA11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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