Html Css Color HEX #99AA9C Edward

📋 copy color: '#99AA9C'

red 153 ◦ green 170 ◦ blue 156

#99AA9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edward #99AA9C

Tints of Edward #99AA9C

RGB

 RED value IS 153 (60.16% from 255) = 31.94%

 GREEN value IS 170 (66.8% from 255) = 35.49%

 BLUE value IS 156 (61.33% from 255) = 32.57%

R = 31.94%
G = 35.49%
B = 32.57%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#99AA9C (or 0x99AA9C) is known color: Edward. HEX triplet: 99, AA and 9C. RGB value is (153,170,156). Sum of RGB (Red+Green+Blue) = 153+170+156=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AA9C is #665563. Grayscale: #A3A3A3. Windows color (decimal): -6706532 or 10267289. OLE color: 10267289.

HSL color Cylindrical-coordinate representation of color #99AA9C: hue angle of 130.59º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #99AA9C is Cyan = 0.1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 170 156 -
CMYK 0.1 0 0.08 0.33
HSL 130.59º 0.09% 0.63% -
HSV(B) 130.59º 0.1% 0.67% -
XYZ 33.51 37.92 37.01 -
YUV 163.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 153 170 156 0.1 0 0.08 0.33 130.59 0.09 0.63
Hex 99 AA 9C A 0 8 21 83 9 3F
Octal 231 252 234 12 0 10 41 203 11 77
Binary 10011001 10101010 10011100 1010 0 1000 100001 10000011 1001 111111

Color Harmonies of #99AA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AA9C

Black with #99AA9C

Text Example


Text Example

White with #99AA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99AA9C;
 }
 .AnyTagClassName
 {
   color: #99AA9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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