#A99D5F

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

Shades of Gimblet #A99D5F

Tints of Gimblet #A99D5F

Color information

#A99D5F (or 0xA99D5F) is unknown color: approx Gimblet. HEX triplet: A9, 9D and 5F. RGB value is (169,157,95). Sum of RGB (Red+Green+Blue) = 169+157+95=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D5F is #5662A0. Grayscale: #999999. Windows color (decimal): -5661345 or 6266281. OLE color: 6266281.

HSL color Cylindrical-coordinate representation of color #A99D5F: hue angle of 50.27º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A99D5F is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB16915795-
CMYK00.070.440.34
HSL50.27º30.08%51.76%-
HSV(B)50.27º43.79%66.27%-
XYZ30.4833.3815.66-
YUV153.5294.98139.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.14%
GREEN value IS 157 (61.72% from 255) = 37.29%
BLUE value IS 95 (37.5% from 255) = 22.57%
R=40.14%
G=37.29%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691579500.070.440.3450.2730.0851.76
HexA99D5F072C22321e34
Octal251235137075442623664
Binary10101001100111011011111011110110010001011001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99D5F; }

 p { color: rgb(169,157,95); }

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

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

 a { background-color: rgb(169,157,95); }

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

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

 span { border-color: rgb(169,157,95); }

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