Html Css Color HEX #AD9B0B Lucky

📋 copy color: '#AD9B0B'

red 173 ◦ green 155 ◦ blue 11

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

Shades of Lucky #AD9B0B

Tints of Lucky #AD9B0B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.72%

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

R = 51.03%
G = 45.72%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD9B0B (or 0xAD9B0B) is known color: Lucky. HEX triplet: AD, 9B and 0B. RGB value is (173,155,11). Sum of RGB (Red+Green+Blue) = 173+155+11=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9B0B is #5264F4. Grayscale: #909090. Windows color (decimal): -5399797 or 760749. OLE color: 760749.

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

Color convert

RGB 173 155 11 -
CMYK 0 0.10 0.94 0.32
HSL 53.33º 0.88% 0.36% -
HSV(B) 53.33º 0.94% 0.68% -
XYZ 29.02 32.35 5.03 -
YUV 143.97 52.96 148.71 -
System Red Green Blue C M Y K H S L
Decimal 173 155 11 0 0.10 0.94 0.32 53.33 0.88 0.36
Hex AD 9B B 0 A 5E 20 35 58 24
Octal 255 233 13 0 12 136 40 65 130 44
Binary 10101101 10011011 1011 0 1010 1011110 100000 110101 1011000 100100

Color Harmonies of #AD9B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9B0B

Black with #AD9B0B

Text Example


Text Example

White with #AD9B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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