#ADA160

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

Shades of Gimblet #ADA160

Tints of Gimblet #ADA160

Color information

#ADA160 (or 0xADA160) is unknown color: approx Gimblet. HEX triplet: AD, A1 and 60. RGB value is (173,161,96). Sum of RGB (Red+Green+Blue) = 173+161+96=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA160 is #525E9F. Grayscale: #9D9D9D. Windows color (decimal): -5398176 or 6332845. OLE color: 6332845.

HSL color Cylindrical-coordinate representation of color #ADA160: hue angle of 50.65º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADA160 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB17316196-
CMYK00.070.450.32
HSL50.65º31.95%52.75%-
HSV(B)50.65º44.51%67.84%-
XYZ32.0935.2216.17-
YUV157.1893.48139.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.23%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 96 (37.89% from 255) = 22.33%
R=40.23%
G=37.44%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731619600.070.450.3250.6531.9552.75
HexADA160072D20332035
Octal255241140075540634065
Binary101011011010000111000000111101101100000110011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA160; }

 p { color: rgb(173,161,96); }

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

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

 a { background-color: rgb(173,161,96); }

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

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

 span { border-color: rgb(173,161,96); }

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