Html Css Color HEX #ADA21C Lucky

📋 copy color: '#ADA21C'

red 173 ◦ green 162 ◦ blue 28

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

Shades of Lucky #ADA21C

Tints of Lucky #ADA21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.71%

R = 47.66%
G = 44.63%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#ADA21C (or 0xADA21C) is known color: Lucky. HEX triplet: AD, A2 and 1C. RGB value is (173,162,28). Sum of RGB (Red+Green+Blue) = 173+162+28=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA21C is #525DE3. Grayscale: #969696. Windows color (decimal): -5397988 or 1876653. OLE color: 1876653.

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

Color convert

RGB 173 162 28 -
CMYK 0 0.06 0.84 0.32
HSL 55.45º 0.72% 0.39% -
HSV(B) 55.45º 0.84% 0.68% -
XYZ 30.36 34.81 6.22 -
YUV 150.01 59.14 144.4 -
System Red Green Blue C M Y K H S L
Decimal 173 162 28 0 0.06 0.84 0.32 55.45 0.72 0.39
Hex AD A2 1C 0 6 54 20 37 48 27
Octal 255 242 34 0 6 124 40 67 110 47
Binary 10101101 10100010 11100 0 110 1010100 100000 110111 1001000 100111

Color Harmonies of #ADA21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA21C

Black with #ADA21C

Text Example


Text Example

White with #ADA21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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