Html Css Color HEX #ADA00B Lucky

📋 copy color: '#ADA00B'

red 173 ◦ green 160 ◦ blue 11

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

Shades of Lucky #ADA00B

Tints of Lucky #ADA00B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.51%

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

R = 50.29%
G = 46.51%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#ADA00B (or 0xADA00B) is known color: Lucky. HEX triplet: AD, A0 and 0B. RGB value is (173,160,11). Sum of RGB (Red+Green+Blue) = 173+160+11=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA00B is #525FF4. Grayscale: #939393. Windows color (decimal): -5398517 or 762029. OLE color: 762029.

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

Color convert

RGB 173 160 11 -
CMYK 0 0.08 0.94 0.32
HSL 55.19º 0.88% 0.36% -
HSV(B) 55.19º 0.94% 0.68% -
XYZ 29.86 34.05 5.31 -
YUV 146.9 51.31 146.62 -
System Red Green Blue C M Y K H S L
Decimal 173 160 11 0 0.08 0.94 0.32 55.19 0.88 0.36
Hex AD A0 B 0 8 5E 20 37 58 24
Octal 255 240 13 0 10 136 40 67 130 44
Binary 10101101 10100000 1011 0 1000 1011110 100000 110111 1011000 100100

Color Harmonies of #ADA00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA00B

Black with #ADA00B

Text Example


Text Example

White with #ADA00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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