Html Css Color HEX #9AAD9E Edward

📋 copy color: '#9AAD9E'

red 154 ◦ green 173 ◦ blue 158

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

Shades of Edward #9AAD9E

Tints of Edward #9AAD9E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.67%

 BLUE value IS 158 (62.11% from 255) = 32.58%

R = 31.75%
G = 35.67%
B = 32.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#9AAD9E (or 0x9AAD9E) is known color: Edward. HEX triplet: 9A, AD and 9E. RGB value is (154,173,158). Sum of RGB (Red+Green+Blue) = 154+173+158=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 173 - color contains mainly: green. Hex color #9AAD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAD9E is #655261. Grayscale: #A5A5A5. Windows color (decimal): -6640226 or 10399130. OLE color: 10399130.

HSL color Cylindrical-coordinate representation of color #9AAD9E: hue angle of 132.63º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9AAD9E is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 173 158 -
CMYK 0.11 0 0.09 0.32
HSL 132.63º 0.1% 0.64% -
HSV(B) 132.63º 0.11% 0.68% -
XYZ 34.44 39.23 38.1 -
YUV 165.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 154 173 158 0.11 0 0.09 0.32 132.63 0.1 0.64
Hex 9A AD 9E B 0 9 20 85 A 40
Octal 232 255 236 13 0 11 40 205 12 100
Binary 10011010 10101101 10011110 1011 0 1001 100000 10000101 1010 1000000

Color Harmonies of #9AAD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAD9E

Black with #9AAD9E

Text Example


Text Example

White with #9AAD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,173,158); }

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

background-color css

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

 a { background-color: rgb(154,173,158); }

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

border-color css

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

 span { border-color: rgb(154,173,158); }

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