#99A19C

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

Shades of Edward #99A19C

Tints of Edward #99A19C

Color information

#99A19C (or 0x99A19C) is unknown color: approx Edward. HEX triplet: 99, A1 and 9C. RGB value is (153,161,156). Sum of RGB (Red+Green+Blue) = 153+161+156=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 161 - color contains mainly: green. Hex color #99A19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A19C is #665E63. Grayscale: #9E9E9E. Windows color (decimal): -6708836 or 10264985. OLE color: 10264985.

HSL color Cylindrical-coordinate representation of color #99A19C: hue angle of 142.5º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #99A19C is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB153161156-
CMYK0.0500.030.37
HSL142.5º4.08%61.57%-
HSV(B)142.5º4.97%63.14%-
XYZ31.8834.6636.46-
YUV158.04126.85124.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.55%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 156 (61.33% from 255) = 33.19%
R=32.55%
G=34.26%
B=33.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1531611560.0500.030.37142.54.0861.57
Hex99A19C503258e43e
Octal23124123450345216476
Binary10011001101000011001110010101110010110001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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