#99AC9A

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

Shades of Pewter #99AC9A

Tints of Pewter #99AC9A

Color information

#99AC9A (or 0x99AC9A) is unknown color: approx Pewter. HEX triplet: 99, AC and 9A. RGB value is (153,172,154). Sum of RGB (Red+Green+Blue) = 153+172+154=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AC9A is #665365. Grayscale: #A4A4A4. Windows color (decimal): -6706022 or 10136729. OLE color: 10136729.

HSL color Cylindrical-coordinate representation of color #99AC9A: hue angle of 123.16º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99AC9A is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB153172154-
CMYK0.1100.100.33
HSL123.16º10.27%63.73%-
HSV(B)123.16º11.05%67.45%-
XYZ33.7238.6136.25-
YUV164.27122.21119.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.94%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 154 (60.55% from 255) = 32.15%
R=31.94%
G=35.91%
B=32.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531721540.1100.100.33123.1610.2763.73
Hex99AC9AB0A217ba40
Octal231254232130124117312100
Binary100110011010110010011010101101010100001111101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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