#ADA710

Color #ADA710 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #ADA710

Tints of Lucky #ADA710

Color information

#ADA710 (or 0xADA710) is unknown color: approx Lucky. HEX triplet: AD, A7 and 10. RGB value is (173,167,16). Sum of RGB (Red+Green+Blue) = 173+167+16=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA710 is #5258EF. Grayscale: #989898. Windows color (decimal): -5396720 or 1091501. OLE color: 1091501.

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

Color convert

RGB17316716-
CMYK00.030.910.32
HSL57.71º83.07%37.06%-
HSV(B)57.71º90.75%67.84%-
XYZ31.1536.565.91-
YUV151.5851.49143.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.60%
GREEN value IS 167 (65.62% from 255) = 46.91%
BLUE value IS 16 (6.64% from 255) = 4.49%
R=48.60%
G=46.91%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731671600.030.910.3257.7183.0737.06
HexADA710035B203a5325
Octal2552472003133407212345
Binary10101101101001111000001110110111000001110101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA710; }

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

 H1.HeaderClassName
 {
   color: #ADA710;
 }
 .AnyTagClassName
 {
   color: #ADA710;
 }
</style>
background-color css

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

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

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

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

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

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