Html Css Color HEX #ADA51A Lucky

📋 copy color: '#ADA51A'

red 173 ◦ green 165 ◦ blue 26

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

Shades of Lucky #ADA51A

Tints of Lucky #ADA51A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.33%

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

R = 47.53%
G = 45.33%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#ADA51A (or 0xADA51A) is known color: Lucky. HEX triplet: AD, A5 and 1A. RGB value is (173,165,26). Sum of RGB (Red+Green+Blue) = 173+165+26=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 165 (64.84% from 255 or 45.33% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA51A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA51A is #525AE5. Grayscale: #989898. Windows color (decimal): -5397222 or 1746349. OLE color: 1746349.

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

Color convert

RGB 173 165 26 -
CMYK 0 0.05 0.85 0.32
HSL 56.73º 0.74% 0.39% -
HSV(B) 56.73º 0.85% 0.68% -
XYZ 30.88 35.87 6.27 -
YUV 151.55 57.15 143.3 -
System Red Green Blue C M Y K H S L
Decimal 173 165 26 0 0.05 0.85 0.32 56.73 0.74 0.39
Hex AD A5 1A 0 5 55 20 39 4A 27
Octal 255 245 32 0 5 125 40 71 112 47
Binary 10101101 10100101 11010 0 101 1010101 100000 111001 1001010 100111

Color Harmonies of #ADA51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA51A

Black with #ADA51A

Text Example


Text Example

White with #ADA51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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