#ADAA6E

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

Shades of Gimblet #ADAA6E

Tints of Gimblet #ADAA6E

Color information

#ADAA6E (or 0xADAA6E) is unknown color: approx Gimblet. HEX triplet: AD, AA and 6E. RGB value is (173,170,110). Sum of RGB (Red+Green+Blue) = 173+170+110=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA6E is #525591. Grayscale: #A4A4A4. Windows color (decimal): -5395858 or 7252653. OLE color: 7252653.

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

Color convert

RGB173170110-
CMYK00.020.360.32
HSL57.14º27.75%55.49%-
HSV(B)57.14º36.42%67.84%-
XYZ34.4238.7620.42-
YUV164.0697.49134.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 170 (66.80% from 255) = 37.53%
BLUE value IS 110 (43.36% from 255) = 24.28%
R=38.19%
G=37.53%
B=24.28%

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
Decimal17317011000.020.360.3257.1427.7555.49
HexADAA6E022420391c37
Octal255252156024440713467
Binary1010110110101010110111001010010010000011100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA6E; }

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

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

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

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

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

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

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

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