#99A29A

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

Shades of Edward #99A29A

Tints of Edward #99A29A

Color information

#99A29A (or 0x99A29A) is unknown color: approx Edward. HEX triplet: 99, A2 and 9A. RGB value is (153,162,154). Sum of RGB (Red+Green+Blue) = 153+162+154=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 162 - color contains mainly: green. Hex color #99A29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A29A is #665D65. Grayscale: #9E9E9E. Windows color (decimal): -6708582 or 10134169. OLE color: 10134169.

HSL color Cylindrical-coordinate representation of color #99A29A: hue angle of 126.67º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #99A29A is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB153162154-
CMYK0.0600.050.36
HSL126.67º4.62%61.76%-
HSV(B)126.67º5.56%63.53%-
XYZ31.8934.9535.64-
YUV158.4125.52124.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=32.62%
G=34.54%
B=32.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531621540.0600.050.36126.674.6261.76
Hex99A29A605247f53e
Octal23124223260544177576
Binary10011001101000101001101011001011001001111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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