Html Css Color HEX #99AA9B Edward

📋 copy color: '#99AA9B'

red 153 ◦ green 170 ◦ blue 155

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

Shades of Edward #99AA9B

Tints of Edward #99AA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.43%

R = 32.01%
G = 35.56%
B = 32.43%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#99AA9B (or 0x99AA9B) is known color: Edward. HEX triplet: 99, AA and 9B. RGB value is (153,170,155). Sum of RGB (Red+Green+Blue) = 153+170+155=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AA9B is #665564. Grayscale: #A3A3A3. Windows color (decimal): -6706533 or 10201753. OLE color: 10201753.

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

Color convert

RGB 153 170 155 -
CMYK 0.1 0 0.09 0.33
HSL 127.06º 0.09% 0.63% -
HSV(B) 127.06º 0.1% 0.67% -
XYZ 33.43 37.89 36.56 -
YUV 163.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 153 170 155 0.1 0 0.09 0.33 127.06 0.09 0.63
Hex 99 AA 9B A 0 9 21 7F 9 3F
Octal 231 252 233 12 0 11 41 177 11 77
Binary 10011001 10101010 10011011 1010 0 1001 100001 1111111 1001 111111

Color Harmonies of #99AA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AA9B

Black with #99AA9B

Text Example


Text Example

White with #99AA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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