#ADAA66

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

Shades of Gimblet #ADAA66

Tints of Gimblet #ADAA66

Color information

#ADAA66 (or 0xADAA66) is unknown color: approx Gimblet. HEX triplet: AD, AA and 66. RGB value is (173,170,102). Sum of RGB (Red+Green+Blue) = 173+170+102=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA66 is #525599. Grayscale: #A3A3A3. Windows color (decimal): -5395866 or 6728365. OLE color: 6728365.

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

Color convert

RGB173170102-
CMYK00.020.410.32
HSL57.46º30.21%53.92%-
HSV(B)57.46º41.04%67.84%-
XYZ34.0138.5918.23-
YUV163.1493.49135.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.88%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 102 (40.23% from 255) = 22.92%
R=38.88%
G=38.20%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317010200.020.410.3257.4630.2153.92
HexADAA66022920391e36
Octal255252146025140713666
Binary1010110110101010110011001010100110000011100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA66; }

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

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

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

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

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

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

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

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