#ADA969

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

Shades of Gimblet #ADA969

Tints of Gimblet #ADA969

Color information

#ADA969 (or 0xADA969) is unknown color: approx Gimblet. HEX triplet: AD, A9 and 69. RGB value is (173,169,105). Sum of RGB (Red+Green+Blue) = 173+169+105=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA969 is #525696. Grayscale: #A3A3A3. Windows color (decimal): -5396119 or 6924717. OLE color: 6924717.

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

Color convert

RGB173169105-
CMYK00.020.390.32
HSL56.47º29.31%54.51%-
HSV(B)56.47º39.31%67.84%-
XYZ33.9738.2818.96-
YUV162.995.33135.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 169 (66.41% from 255) = 37.81%
BLUE value IS 105 (41.41% from 255) = 23.49%
R=38.70%
G=37.81%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316910500.020.390.3256.4729.3154.51
HexADA969022720381d37
Octal255251151024740703567
Binary1010110110101001110100101010011110000011100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA969; }

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

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

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

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

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

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

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

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