Html Css Color HEX #ADA31F Lucky

📋 copy color: '#ADA31F'

red 173 ◦ green 163 ◦ blue 31

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

Shades of Lucky #ADA31F

Tints of Lucky #ADA31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.45%

R = 47.14%
G = 44.41%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#ADA31F (or 0xADA31F) is known color: Lucky. HEX triplet: AD, A3 and 1F. RGB value is (173,163,31). Sum of RGB (Red+Green+Blue) = 173+163+31=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA31F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA31F is #525CE0. Grayscale: #979797. Windows color (decimal): -5397729 or 2073517. OLE color: 2073517.

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

Color convert

RGB 173 163 31 -
CMYK 0 0.06 0.82 0.32
HSL 55.77º 0.7% 0.4% -
HSV(B) 55.77º 0.82% 0.68% -
XYZ 30.58 35.18 6.47 -
YUV 150.94 60.31 143.73 -
System Red Green Blue C M Y K H S L
Decimal 173 163 31 0 0.06 0.82 0.32 55.77 0.7 0.4
Hex AD A3 1F 0 6 52 20 38 46 28
Octal 255 243 37 0 6 122 40 70 106 50
Binary 10101101 10100011 11111 0 110 1010010 100000 111000 1000110 101000

Color Harmonies of #ADA31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA31F

Black with #ADA31F

Text Example


Text Example

White with #ADA31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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