#ADA35E

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

Shades of Gimblet #ADA35E

Tints of Gimblet #ADA35E

Color information

#ADA35E (or 0xADA35E) is unknown color: approx Gimblet. HEX triplet: AD, A3 and 5E. RGB value is (173,163,94). Sum of RGB (Red+Green+Blue) = 173+163+94=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA35E is #525CA1. Grayscale: #9E9E9E. Windows color (decimal): -5397666 or 6202285. OLE color: 6202285.

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

Color convert

RGB17316394-
CMYK00.060.460.32
HSL52.41º32.51%52.35%-
HSV(B)52.41º45.66%67.84%-
XYZ32.3535.8915.81-
YUV158.1291.81138.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.23%
GREEN value IS 163 (64.06% from 255) = 37.91%
BLUE value IS 94 (37.11% from 255) = 21.86%
R=40.23%
G=37.91%
B=21.86%

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
Decimal1731639400.060.460.3252.4132.5152.35
HexADA35E062E20342134
Octal255243136065640644164
Binary101011011010001110111100110101110100000110100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA35E; }

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

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

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

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

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

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

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

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