#ADAA69

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

Shades of Gimblet #ADAA69

Tints of Gimblet #ADAA69

Color information

#ADAA69 (or 0xADAA69) is unknown color: approx Gimblet. HEX triplet: AD, AA and 69. RGB value is (173,170,105). Sum of RGB (Red+Green+Blue) = 173+170+105=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA69 is #525596. Grayscale: #A3A3A3. Windows color (decimal): -5395863 or 6924973. OLE color: 6924973.

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

Color convert

RGB173170105-
CMYK00.020.390.32
HSL57.35º29.31%54.51%-
HSV(B)57.35º39.31%67.84%-
XYZ34.1638.6519.03-
YUV163.4994.99134.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.62%
GREEN value IS 170 (66.80% from 255) = 37.95%
BLUE value IS 105 (41.41% from 255) = 23.44%
R=38.62%
G=37.95%
B=23.44%

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
Decimal17317010500.020.390.3257.3529.3154.51
HexADAA69022720391d37
Octal255252151024740713567
Binary1010110110101010110100101010011110000011100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA69; }

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

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

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

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

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

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

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

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