Html Css Color HEX #AD950B Lucky

📋 copy color: '#AD950B'

red 173 ◦ green 149 ◦ blue 11

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

Shades of Lucky #AD950B

Tints of Lucky #AD950B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.74%

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

R = 51.95%
G = 44.74%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD950B (or 0xAD950B) is known color: Lucky. HEX triplet: AD, 95 and 0B. RGB value is (173,149,11). Sum of RGB (Red+Green+Blue) = 173+149+11=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD950B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD950B is #526AF4. Grayscale: #8D8D8D. Windows color (decimal): -5401333 or 759213. OLE color: 759213.

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

Color convert

RGB 173 149 11 -
CMYK 0 0.14 0.94 0.32
HSL 51.11º 0.88% 0.36% -
HSV(B) 51.11º 0.94% 0.68% -
XYZ 28.04 30.4 4.71 -
YUV 140.44 54.95 151.22 -
System Red Green Blue C M Y K H S L
Decimal 173 149 11 0 0.14 0.94 0.32 51.11 0.88 0.36
Hex AD 95 B 0 E 5E 20 33 58 24
Octal 255 225 13 0 16 136 40 63 130 44
Binary 10101101 10010101 1011 0 1110 1011110 100000 110011 1011000 100100

Color Harmonies of #AD950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD950B

Black with #AD950B

Text Example


Text Example

White with #AD950B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD950B; }

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

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

background-color css

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

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

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

border-color css

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

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

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