#ADAA68

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

Shades of Gimblet #ADAA68

Tints of Gimblet #ADAA68

Color information

#ADAA68 (or 0xADAA68) is unknown color: approx Gimblet. HEX triplet: AD, AA and 68. RGB value is (173,170,104). Sum of RGB (Red+Green+Blue) = 173+170+104=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA68 is #525597. Grayscale: #A3A3A3. Windows color (decimal): -5395864 or 6859437. OLE color: 6859437.

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

Color convert

RGB173170104-
CMYK00.020.400.32
HSL57.39º29.61%54.31%-
HSV(B)57.39º39.88%67.84%-
XYZ34.1138.6318.76-
YUV163.3794.49134.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 170 (66.80% from 255) = 38.03%
BLUE value IS 104 (41.02% from 255) = 23.27%
R=38.70%
G=38.03%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317010400.020.400.3257.3929.6154.31
HexADAA68022820391e36
Octal255252150025040713666
Binary1010110110101010110100001010100010000011100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA68; }

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

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

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

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

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

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

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

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