#A99D61

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

Shades of Gimblet #A99D61

Tints of Gimblet #A99D61

Color information

#A99D61 (or 0xA99D61) is unknown color: approx Gimblet. HEX triplet: A9, 9D and 61. RGB value is (169,157,97). Sum of RGB (Red+Green+Blue) = 169+157+97=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D61 is #56629E. Grayscale: #999999. Windows color (decimal): -5661343 or 6397353. OLE color: 6397353.

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

Color convert

RGB16915797-
CMYK00.070.430.34
HSL50º29.51%52.16%-
HSV(B)50º42.6%66.27%-
XYZ30.5833.4116.15-
YUV153.7595.98138.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 157 (61.72% from 255) = 37.12%
BLUE value IS 97 (38.28% from 255) = 22.93%
R=39.95%
G=37.12%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691579700.070.430.345029.5152.16
HexA99D61072B22321e34
Octal251235141075342623664
Binary10101001100111011100001011110101110001011001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99D61; }

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

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

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

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

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

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

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

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