Html Css Color HEX #ADA310 Lucky

📋 copy color: '#ADA310'

red 173 ◦ green 163 ◦ blue 16

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

Shades of Lucky #ADA310

Tints of Lucky #ADA310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.55%

R = 49.15%
G = 46.31%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#ADA310 (or 0xADA310) is known color: Lucky. HEX triplet: AD, A3 and 10. RGB value is (173,163,16). Sum of RGB (Red+Green+Blue) = 173+163+16=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA310 is #525CEF. Grayscale: #959595. Windows color (decimal): -5397744 or 1090477. OLE color: 1090477.

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

Color convert

RGB 173 163 16 -
CMYK 0 0.06 0.91 0.32
HSL 56.18º 0.83% 0.37% -
HSV(B) 56.18º 0.91% 0.68% -
XYZ 30.42 35.12 5.66 -
YUV 149.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 173 163 16 0 0.06 0.91 0.32 56.18 0.83 0.37
Hex AD A3 10 0 6 5B 20 38 53 25
Octal 255 243 20 0 6 133 40 70 123 45
Binary 10101101 10100011 10000 0 110 1011011 100000 111000 1010011 100101

Color Harmonies of #ADA310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA310

Black with #ADA310

Text Example


Text Example

White with #ADA310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA310; }

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

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

background-color css

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

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

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

border-color css

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

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

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