#99AE9A

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

Shades of Pewter #99AE9A

Tints of Pewter #99AE9A

Color information

#99AE9A (or 0x99AE9A) is unknown color: approx Pewter. HEX triplet: 99, AE and 9A. RGB value is (153,174,154). Sum of RGB (Red+Green+Blue) = 153+174+154=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AE9A is #665165. Grayscale: #A5A5A5. Windows color (decimal): -6705510 or 10137241. OLE color: 10137241.

HSL color Cylindrical-coordinate representation of color #99AE9A: hue angle of 122.86º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99AE9A is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB153174154-
CMYK0.1200.110.32
HSL122.86º11.48%64.12%-
HSV(B)122.86º12.07%68.24%-
XYZ34.1139.3836.37-
YUV165.44121.54119.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.81%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 154 (60.55% from 255) = 32.02%
R=31.81%
G=36.17%
B=32.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531741540.1200.110.32122.8611.4864.12
Hex99AE9AC0B207bb40
Octal231256232140134017313100
Binary100110011010111010011010110001011100000111101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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