#ADA96C

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

Shades of Gimblet #ADA96C

Tints of Gimblet #ADA96C

Color information

#ADA96C (or 0xADA96C) is unknown color: approx Gimblet. HEX triplet: AD, A9 and 6C. RGB value is (173,169,108). Sum of RGB (Red+Green+Blue) = 173+169+108=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA96C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA96C is #525693. Grayscale: #A3A3A3. Windows color (decimal): -5396116 or 7121325. OLE color: 7121325.

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

Color convert

RGB173169108-
CMYK00.020.380.32
HSL56.31º28.38%55.1%-
HSV(B)56.31º37.57%67.84%-
XYZ34.1338.3419.79-
YUV163.2496.83134.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 169 (66.41% from 255) = 37.56%
BLUE value IS 108 (42.58% from 255) = 24%
R=38.44%
G=37.56%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316910800.020.380.3256.3128.3855.1
HexADA96C022620381c37
Octal255251154024640703467
Binary1010110110101001110110001010011010000011100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA96C; }

 p { color: rgb(173,169,108); }

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

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

 a { background-color: rgb(173,169,108); }

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

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

 span { border-color: rgb(173,169,108); }

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