#ADA66D

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

Shades of Gimblet #ADA66D

Tints of Gimblet #ADA66D

Color information

#ADA66D (or 0xADA66D) is unknown color: approx Gimblet. HEX triplet: AD, A6 and 6D. RGB value is (173,166,109). Sum of RGB (Red+Green+Blue) = 173+166+109=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA66D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA66D is #525992. Grayscale: #A1A1A1. Windows color (decimal): -5396883 or 7186093. OLE color: 7186093.

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

Color convert

RGB173166109-
CMYK00.040.370.32
HSL53.44º28.07%55.29%-
HSV(B)53.44º36.99%67.84%-
XYZ33.6337.2619.89-
YUV161.5998.32136.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.62%
GREEN value IS 166 (65.23% from 255) = 37.05%
BLUE value IS 109 (42.97% from 255) = 24.33%
R=38.62%
G=37.05%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316610900.040.370.3253.4428.0755.29
HexADA66D042520351c37
Octal255246155044540653467
Binary10101101101001101101101010010010110000011010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA66D; }

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

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

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

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

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

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

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

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