#A9A569

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

Shades of Gimblet #A9A569

Tints of Gimblet #A9A569

Color information

#A9A569 (or 0xA9A569) is unknown color: approx Gimblet. HEX triplet: A9, A5 and 69. RGB value is (169,165,105). Sum of RGB (Red+Green+Blue) = 169+165+105=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A569 is #565A96. Grayscale: #9F9F9F. Windows color (decimal): -5659287 or 6923689. OLE color: 6923689.

HSL color Cylindrical-coordinate representation of color #A9A569: hue angle of 56.25º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9A569 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB169165105-
CMYK00.020.380.34
HSL56.25º27.12%53.73%-
HSV(B)56.25º37.87%66.27%-
XYZ32.3736.3718.68-
YUV159.3697.33134.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 165 (64.84% from 255) = 37.59%
BLUE value IS 105 (41.41% from 255) = 23.92%
R=38.50%
G=37.59%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916510500.020.380.3456.2527.1253.73
HexA9A569022622381b36
Octal251245151024642703366
Binary1010100110100101110100101010011010001011100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A569; }

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

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

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

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

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

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

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

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