#99AC9D

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

Shades of Edward #99AC9D

Tints of Edward #99AC9D

Color information

#99AC9D (or 0x99AC9D) is unknown color: approx Edward. HEX triplet: 99, AC and 9D. RGB value is (153,172,157). Sum of RGB (Red+Green+Blue) = 153+172+157=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AC9D is #665362. Grayscale: #A4A4A4. Windows color (decimal): -6706019 or 10333337. OLE color: 10333337.

HSL color Cylindrical-coordinate representation of color #99AC9D: hue angle of 132.63º 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 #99AC9D is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB153172157-
CMYK0.1100.090.33
HSL132.63º10.27%63.73%-
HSV(B)132.63º11.05%67.45%-
XYZ33.9838.7137.58-
YUV164.61123.71119.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.74%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 157 (61.72% from 255) = 32.57%
R=31.74%
G=35.68%
B=32.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531721570.1100.090.33132.6310.2763.73
Hex99AC9DB092185a40
Octal231254235130114120512100
Binary1001100110101100100111011011010011000011000010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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