#ADA96E

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

Shades of Gimblet #ADA96E

Tints of Gimblet #ADA96E

Color information

#ADA96E (or 0xADA96E) is unknown color: approx Gimblet. HEX triplet: AD, A9 and 6E. RGB value is (173,169,110). Sum of RGB (Red+Green+Blue) = 173+169+110=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA96E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA96E is #525691. Grayscale: #A3A3A3. Windows color (decimal): -5396114 or 7252397. OLE color: 7252397.

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

Color convert

RGB173169110-
CMYK00.020.360.32
HSL56.19º27.75%55.49%-
HSV(B)56.19º36.42%67.84%-
XYZ34.2438.3920.36-
YUV163.4797.83134.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 169 (66.41% from 255) = 37.39%
BLUE value IS 110 (43.36% from 255) = 24.34%
R=38.27%
G=37.39%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316911000.020.360.3256.1927.7555.49
HexADA96E022420381c37
Octal255251156024440703467
Binary1010110110101001110111001010010010000011100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA96E; }

 p { color: rgb(173,169,110); }

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

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

 a { background-color: rgb(173,169,110); }

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

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

 span { border-color: rgb(173,169,110); }

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