#ADA96D

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

Shades of Gimblet #ADA96D

Tints of Gimblet #ADA96D

Color information

#ADA96D (or 0xADA96D) is unknown color: approx Gimblet. HEX triplet: AD, A9 and 6D. RGB value is (173,169,109). Sum of RGB (Red+Green+Blue) = 173+169+109=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA96D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA96D is #525692. Grayscale: #A3A3A3. Windows color (decimal): -5396115 or 7186861. OLE color: 7186861.

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

Color convert

RGB173169109-
CMYK00.020.370.32
HSL56.25º28.07%55.29%-
HSV(B)56.25º36.99%67.84%-
XYZ34.1838.3620.07-
YUV163.3697.33134.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.36%
GREEN value IS 169 (66.41% from 255) = 37.47%
BLUE value IS 109 (42.97% from 255) = 24.17%
R=38.36%
G=37.47%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316910900.020.370.3256.2528.0755.29
HexADA96D022520381c37
Octal255251155024540703467
Binary1010110110101001110110101010010110000011100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA96D; }

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

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

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

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

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

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

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

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