#ADA868

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

Shades of Gimblet #ADA868

Tints of Gimblet #ADA868

Color information

#ADA868 (or 0xADA868) is unknown color: approx Gimblet. HEX triplet: AD, A8 and 68. RGB value is (173,168,104). Sum of RGB (Red+Green+Blue) = 173+168+104=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA868 is #525797. Grayscale: #A2A2A2. Windows color (decimal): -5396376 or 6858925. OLE color: 6858925.

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

Color convert

RGB173168104-
CMYK00.030.400.32
HSL55.65º29.61%54.31%-
HSV(B)55.65º39.88%67.84%-
XYZ33.7337.8918.63-
YUV162.295.16135.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.88%
GREEN value IS 168 (66.02% from 255) = 37.75%
BLUE value IS 104 (41.02% from 255) = 23.37%
R=38.88%
G=37.75%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316810400.030.400.3255.6529.6154.31
HexADA868032820381e36
Octal255250150035040703666
Binary1010110110101000110100001110100010000011100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA868; }

 p { color: rgb(173,168,104); }

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

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

 a { background-color: rgb(173,168,104); }

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

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

 span { border-color: rgb(173,168,104); }

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