Html Css Color HEX #ADA31B Lucky

📋 copy color: '#ADA31B'

red 173 ◦ green 163 ◦ blue 27

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

Shades of Lucky #ADA31B

Tints of Lucky #ADA31B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.44%

R = 47.66%
G = 44.9%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#ADA31B (or 0xADA31B) is known color: Lucky. HEX triplet: AD, A3 and 1B. RGB value is (173,163,27). Sum of RGB (Red+Green+Blue) = 173+163+27=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA31B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA31B is #525CE4. Grayscale: #979797. Windows color (decimal): -5397733 or 1811373. OLE color: 1811373.

HSL color Cylindrical-coordinate representation of color #ADA31B: hue angle of 55.89º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADA31B is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 163 27 -
CMYK 0 0.06 0.84 0.32
HSL 55.89º 0.73% 0.39% -
HSV(B) 55.89º 0.84% 0.68% -
XYZ 30.53 35.16 6.21 -
YUV 150.49 58.31 144.06 -
System Red Green Blue C M Y K H S L
Decimal 173 163 27 0 0.06 0.84 0.32 55.89 0.73 0.39
Hex AD A3 1B 0 6 54 20 38 49 27
Octal 255 243 33 0 6 124 40 70 111 47
Binary 10101101 10100011 11011 0 110 1010100 100000 111000 1001001 100111

Color Harmonies of #ADA31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA31B

Black with #ADA31B

Text Example


Text Example

White with #ADA31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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