Html Css Color HEX #ADA21A Lucky

📋 copy color: '#ADA21A'

red 173 ◦ green 162 ◦ blue 26

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

Shades of Lucky #ADA21A

Tints of Lucky #ADA21A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.88%

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

R = 47.92%
G = 44.88%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#ADA21A (or 0xADA21A) is known color: Lucky. HEX triplet: AD, A2 and 1A. RGB value is (173,162,26). Sum of RGB (Red+Green+Blue) = 173+162+26=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA21A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA21A is #525DE5. Grayscale: #969696. Windows color (decimal): -5397990 or 1745581. OLE color: 1745581.

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

Color convert

RGB 173 162 26 -
CMYK 0 0.06 0.85 0.32
HSL 55.51º 0.74% 0.39% -
HSV(B) 55.51º 0.85% 0.68% -
XYZ 30.34 34.8 6.1 -
YUV 149.79 58.14 144.56 -
System Red Green Blue C M Y K H S L
Decimal 173 162 26 0 0.06 0.85 0.32 55.51 0.74 0.39
Hex AD A2 1A 0 6 55 20 38 4A 27
Octal 255 242 32 0 6 125 40 70 112 47
Binary 10101101 10100010 11010 0 110 1010101 100000 111000 1001010 100111

Color Harmonies of #ADA21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA21A

Black with #ADA21A

Text Example


Text Example

White with #ADA21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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