#ADA30D

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

Shades of Lucky #ADA30D

Tints of Lucky #ADA30D

Color information

#ADA30D (or 0xADA30D) is unknown color: approx Lucky. HEX triplet: AD, A3 and 0D. RGB value is (173,163,13). Sum of RGB (Red+Green+Blue) = 173+163+13=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA30D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA30D is #525CF2. Grayscale: #959595. Windows color (decimal): -5397747 or 893869. OLE color: 893869.

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

Color convert

RGB17316313-
CMYK00.060.920.32
HSL56.25º86.02%36.47%-
HSV(B)56.25º92.49%67.84%-
XYZ30.435.115.55-
YUV148.8951.31145.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.57%
GREEN value IS 163 (64.06% from 255) = 46.70%
BLUE value IS 13 (5.47% from 255) = 3.72%
R=49.57%
G=46.70%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731631300.060.920.3256.2586.0236.47
HexADA3D065C20385624
Octal2552431506134407012644
Binary10101101101000111101011010111001000001110001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA30D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA30D; }

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

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

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

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

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

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

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

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