#99A59A

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

Shades of Pewter #99A59A

Tints of Pewter #99A59A

Color information

#99A59A (or 0x99A59A) is unknown color: approx Pewter. HEX triplet: 99, A5 and 9A. RGB value is (153,165,154). Sum of RGB (Red+Green+Blue) = 153+165+154=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 165 - color contains mainly: green. Hex color #99A59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A59A is #665A65. Grayscale: #A0A0A0. Windows color (decimal): -6707814 or 10134937. OLE color: 10134937.

HSL color Cylindrical-coordinate representation of color #99A59A: hue angle of 125º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #99A59A is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB153165154-
CMYK0.0700.070.35
HSL125º6.25%62.35%-
HSV(B)125º7.27%64.71%-
XYZ32.4236.0235.81-
YUV160.16124.52122.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.42%
GREEN value IS 165 (64.84% from 255) = 34.96%
BLUE value IS 154 (60.55% from 255) = 32.63%
R=32.42%
G=34.96%
B=32.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531651540.0700.070.351256.2562.35
Hex99A59A707237d63e
Octal23124523270743175676
Binary10011001101001011001101011101111000111111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A59A; }

 p { color: rgb(153,165,154); }

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

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

 a { background-color: rgb(153,165,154); }

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

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

 span { border-color: rgb(153,165,154); }

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