#99A59C

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

Shades of Edward #99A59C

Tints of Edward #99A59C

Color information

#99A59C (or 0x99A59C) is unknown color: approx Edward. HEX triplet: 99, A5 and 9C. RGB value is (153,165,156). Sum of RGB (Red+Green+Blue) = 153+165+156=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 165 - color contains mainly: green. Hex color #99A59C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A59C is #665A63. Grayscale: #A0A0A0. Windows color (decimal): -6707812 or 10266009. OLE color: 10266009.

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

Color convert

RGB153165156-
CMYK0.0700.050.35
HSL135º6.25%62.35%-
HSV(B)135º7.27%64.71%-
XYZ32.5936.0836.7-
YUV160.39125.52122.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.28%
GREEN value IS 165 (64.84% from 255) = 34.81%
BLUE value IS 156 (61.33% from 255) = 32.91%
R=32.28%
G=34.81%
B=32.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531651560.0700.050.351356.2562.35
Hex99A59C705238763e
Octal23124523470543207676
Binary100110011010010110011100111010110001110000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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