#ADA35D

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

Shades of Gimblet #ADA35D

Tints of Gimblet #ADA35D

Color information

#ADA35D (or 0xADA35D) is unknown color: approx Gimblet. HEX triplet: AD, A3 and 5D. RGB value is (173,163,93). Sum of RGB (Red+Green+Blue) = 173+163+93=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA35D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA35D is #525CA2. Grayscale: #9E9E9E. Windows color (decimal): -5397667 or 6136749. OLE color: 6136749.

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

Color convert

RGB17316393-
CMYK00.060.460.32
HSL52.5º32.79%52.16%-
HSV(B)52.5º46.24%67.84%-
XYZ32.3135.8715.58-
YUV158.0191.31138.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 163 (64.06% from 255) = 38.00%
BLUE value IS 93 (36.72% from 255) = 21.68%
R=40.33%
G=38.00%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731639300.060.460.3252.532.7952.16
HexADA35D062E20342134
Octal255243135065640644164
Binary101011011010001110111010110101110100000110100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA35D; }

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

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

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

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

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

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

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

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