Html Css Color HEX #ADA10B Lucky

📋 copy color: '#ADA10B'

red 173 ◦ green 161 ◦ blue 11

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

Shades of Lucky #ADA10B

Tints of Lucky #ADA10B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.67%

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

R = 50.14%
G = 46.67%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#ADA10B (or 0xADA10B) is known color: Lucky. HEX triplet: AD, A1 and 0B. RGB value is (173,161,11). Sum of RGB (Red+Green+Blue) = 173+161+11=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA10B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA10B is #525EF4. Grayscale: #949494. Windows color (decimal): -5398261 or 762285. OLE color: 762285.

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

Color convert

RGB 173 161 11 -
CMYK 0 0.07 0.94 0.32
HSL 55.56º 0.88% 0.36% -
HSV(B) 55.56º 0.94% 0.68% -
XYZ 30.04 34.4 5.37 -
YUV 147.49 50.98 146.2 -
System Red Green Blue C M Y K H S L
Decimal 173 161 11 0 0.07 0.94 0.32 55.56 0.88 0.36
Hex AD A1 B 0 7 5E 20 38 58 24
Octal 255 241 13 0 7 136 40 70 130 44
Binary 10101101 10100001 1011 0 111 1011110 100000 111000 1011000 100100

Color Harmonies of #ADA10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA10B

Black with #ADA10B

Text Example


Text Example

White with #ADA10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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