Html Css Color HEX #AD930B Lucky

📋 copy color: '#AD930B'

red 173 ◦ green 147 ◦ blue 11

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

Shades of Lucky #AD930B

Tints of Lucky #AD930B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.41%

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

R = 52.27%
G = 44.41%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD930B (or 0xAD930B) is known color: Lucky. HEX triplet: AD, 93 and 0B. RGB value is (173,147,11). Sum of RGB (Red+Green+Blue) = 173+147+11=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD930B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD930B is #526CF4. Grayscale: #8B8B8B. Windows color (decimal): -5401845 or 758701. OLE color: 758701.

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

Color convert

RGB 173 147 11 -
CMYK 0 0.15 0.94 0.32
HSL 50.37º 0.88% 0.36% -
HSV(B) 50.37º 0.94% 0.68% -
XYZ 27.73 29.78 4.6 -
YUV 139.27 55.61 152.06 -
System Red Green Blue C M Y K H S L
Decimal 173 147 11 0 0.15 0.94 0.32 50.37 0.88 0.36
Hex AD 93 B 0 F 5E 20 32 58 24
Octal 255 223 13 0 17 136 40 62 130 44
Binary 10101101 10010011 1011 0 1111 1011110 100000 110010 1011000 100100

Color Harmonies of #AD930B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD930B

Black with #AD930B

Text Example


Text Example

White with #AD930B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD930B; }

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

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

background-color css

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

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

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

border-color css

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

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

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