#99A89A

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

Shades of Pewter #99A89A

Tints of Pewter #99A89A

Color information

#99A89A (or 0x99A89A) is unknown color: approx Pewter. HEX triplet: 99, A8 and 9A. RGB value is (153,168,154). Sum of RGB (Red+Green+Blue) = 153+168+154=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 168 - color contains mainly: green. Hex color #99A89A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A89A is #665765. Grayscale: #A1A1A1. Windows color (decimal): -6707046 or 10135705. OLE color: 10135705.

HSL color Cylindrical-coordinate representation of color #99A89A: hue angle of 124º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #99A89A is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB153168154-
CMYK0.0900.080.34
HSL124º7.94%62.94%-
HSV(B)124º8.93%65.88%-
XYZ32.9737.1136-
YUV161.92123.53121.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.21%
GREEN value IS 168 (66.02% from 255) = 35.37%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=32.21%
G=35.37%
B=32.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1531681540.0900.080.341247.9462.94
Hex99A89A908227c83f
Octal23125023211010421741077
Binary10011001101010001001101010010100010001011111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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