Html Css Color HEX #9AA99C Edward

📋 copy color: '#9AA99C'

red 154 ◦ green 169 ◦ blue 156

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

Shades of Edward #9AA99C

Tints of Edward #9AA99C

RGB

 RED value IS 154 (60.55% from 255) = 32.15%

 GREEN value IS 169 (66.41% from 255) = 35.28%

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

R = 32.15%
G = 35.28%
B = 32.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#9AA99C (or 0x9AA99C) is known color: Edward. HEX triplet: 9A, A9 and 9C. RGB value is (154,169,156). Sum of RGB (Red+Green+Blue) = 154+169+156=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA99C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA99C is #655663. Grayscale: #A3A3A3. Windows color (decimal): -6641252 or 10267034. OLE color: 10267034.

HSL color Cylindrical-coordinate representation of color #9AA99C: hue angle of 128º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9AA99C is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 154 169 156 -
CMYK 0.09 0 0.08 0.34
HSL 128º 0.08% 0.63% -
HSV(B) 128º 0.09% 0.66% -
XYZ 33.52 37.65 36.95 -
YUV 163.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 154 169 156 0.09 0 0.08 0.34 128 0.08 0.63
Hex 9A A9 9C 9 0 8 22 80 8 3F
Octal 232 251 234 11 0 10 42 200 10 77
Binary 10011010 10101001 10011100 1001 0 1000 100010 10000000 1000 111111

Color Harmonies of #9AA99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA99C

Black with #9AA99C

Text Example


Text Example

White with #9AA99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AA99C; }

 p { color: rgb(154,169,156); }

 H1.HeaderClassName
 {
   color: #9AA99C;
 }
 .AnyTagClassName
 {
   color: #9AA99C;
 }
</style>

background-color css

<style>
 a { background-color: #9AA99C; }

 a { background-color: rgb(154,169,156); }

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

border-color css

<style>
 span { border-color: #9AA99C; }

 span { border-color: rgb(154,169,156); }

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