Html Css Color HEX #ADA30B Lucky

📋 copy color: '#ADA30B'

red 173 ◦ green 163 ◦ blue 11

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

Shades of Lucky #ADA30B

Tints of Lucky #ADA30B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.97%

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

R = 49.86%
G = 46.97%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#ADA30B (or 0xADA30B) is known color: Lucky. HEX triplet: AD, A3 and 0B. RGB value is (173,163,11). Sum of RGB (Red+Green+Blue) = 173+163+11=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA30B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA30B is #525CF4. Grayscale: #959595. Windows color (decimal): -5397749 or 762797. OLE color: 762797.

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

Color convert

RGB 173 163 11 -
CMYK 0 0.06 0.94 0.32
HSL 56.3º 0.88% 0.36% -
HSV(B) 56.3º 0.94% 0.68% -
XYZ 30.39 35.1 5.49 -
YUV 148.66 50.31 145.36 -
System Red Green Blue C M Y K H S L
Decimal 173 163 11 0 0.06 0.94 0.32 56.3 0.88 0.36
Hex AD A3 B 0 6 5E 20 38 58 24
Octal 255 243 13 0 6 136 40 70 130 44
Binary 10101101 10100011 1011 0 110 1011110 100000 111000 1011000 100100

Color Harmonies of #ADA30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA30B

Black with #ADA30B

Text Example


Text Example

White with #ADA30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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