#99A599

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

Shades of Pewter #99A599

Tints of Pewter #99A599

Color information

#99A599 (or 0x99A599) is unknown color: approx Pewter. HEX triplet: 99, A5 and 99. RGB value is (153,165,153). Sum of RGB (Red+Green+Blue) = 153+165+153=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 165 - color contains mainly: green. Hex color #99A599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A599 is #665A66. Grayscale: #A0A0A0. Windows color (decimal): -6707815 or 10069401. OLE color: 10069401.

HSL color Cylindrical-coordinate representation of color #99A599: hue angle of 120º 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 #99A599 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB153165153-
CMYK0.0700.070.35
HSL120º6.25%62.35%-
HSV(B)120º7.27%64.71%-
XYZ32.3435.9835.38-
YUV160.04124.02122.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 165 (64.84% from 255) = 35.03%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=32.48%
G=35.03%
B=32.48%

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
Decimal1531651530.0700.070.351206.2562.35
Hex99A599707237863e
Octal23124523170743170676
Binary10011001101001011001100111101111000111111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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