#ADA669

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

Shades of Gimblet #ADA669

Tints of Gimblet #ADA669

Color information

#ADA669 (or 0xADA669) is unknown color: approx Gimblet. HEX triplet: AD, A6 and 69. RGB value is (173,166,105). Sum of RGB (Red+Green+Blue) = 173+166+105=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA669 is #525996. Grayscale: #A1A1A1. Windows color (decimal): -5396887 or 6923949. OLE color: 6923949.

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

Color convert

RGB173166105-
CMYK00.040.390.32
HSL53.82º29.31%54.51%-
HSV(B)53.82º39.31%67.84%-
XYZ33.4237.1818.78-
YUV161.1496.32136.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 166 (65.23% from 255) = 37.39%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=38.96%
G=37.39%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316610500.040.390.3253.8229.3154.51
HexADA669042720361d37
Octal255246151044740663567
Binary10101101101001101101001010010011110000011011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA669; }

 p { color: rgb(173,166,105); }

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

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

 a { background-color: rgb(173,166,105); }

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

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

 span { border-color: rgb(173,166,105); }

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