#ADA568

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

Shades of Gimblet #ADA568

Tints of Gimblet #ADA568

Color information

#ADA568 (or 0xADA568) is unknown color: approx Gimblet. HEX triplet: AD, A5 and 68. RGB value is (173,165,104). Sum of RGB (Red+Green+Blue) = 173+165+104=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA568 is #525A97. Grayscale: #A0A0A0. Windows color (decimal): -5397144 or 6858157. OLE color: 6858157.

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

Color convert

RGB173165104-
CMYK00.050.400.32
HSL53.04º29.61%54.31%-
HSV(B)53.04º39.88%67.84%-
XYZ33.1936.7918.45-
YUV160.4496.15136.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 165 (64.84% from 255) = 37.33%
BLUE value IS 104 (41.02% from 255) = 23.53%
R=39.14%
G=37.33%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316510400.050.400.3253.0429.6154.31
HexADA568052820351e36
Octal255245150055040653666
Binary10101101101001011101000010110100010000011010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA568; }

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

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

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

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

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

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

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

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