Html Css Color HEX #ADA20B Lucky

📋 copy color: '#ADA20B'

red 173 ◦ green 162 ◦ blue 11

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

Shades of Lucky #ADA20B

Tints of Lucky #ADA20B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.18%

R = 50%
G = 46.82%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#ADA20B (or 0xADA20B) is known color: Lucky. HEX triplet: AD, A2 and 0B. RGB value is (173,162,11). Sum of RGB (Red+Green+Blue) = 173+162+11=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA20B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA20B is #525DF4. Grayscale: #949494. Windows color (decimal): -5398005 or 762541. OLE color: 762541.

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

Color convert

RGB 173 162 11 -
CMYK 0 0.06 0.94 0.32
HSL 55.93º 0.88% 0.36% -
HSV(B) 55.93º 0.94% 0.68% -
XYZ 30.21 34.75 5.43 -
YUV 148.08 50.64 145.78 -
System Red Green Blue C M Y K H S L
Decimal 173 162 11 0 0.06 0.94 0.32 55.93 0.88 0.36
Hex AD A2 B 0 6 5E 20 38 58 24
Octal 255 242 13 0 6 136 40 70 130 44
Binary 10101101 10100010 1011 0 110 1011110 100000 111000 1011000 100100

Color Harmonies of #ADA20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA20B

Black with #ADA20B

Text Example


Text Example

White with #ADA20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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