Html Css Color HEX #9AAB9E Edward

📋 copy color: '#9AAB9E'

red 154 ◦ green 171 ◦ blue 158

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

Shades of Edward #9AAB9E

Tints of Edward #9AAB9E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.4%

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

R = 31.88%
G = 35.4%
B = 32.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#9AAB9E (or 0x9AAB9E) is known color: Edward. HEX triplet: 9A, AB and 9E. RGB value is (154,171,158). Sum of RGB (Red+Green+Blue) = 154+171+158=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAB9E is #655461. Grayscale: #A4A4A4. Windows color (decimal): -6640738 or 10398618. OLE color: 10398618.

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

Color convert

RGB 154 171 158 -
CMYK 0.10 0 0.08 0.33
HSL 134.12º 0.09% 0.64% -
HSV(B) 134.12º 0.1% 0.67% -
XYZ 34.06 38.46 37.98 -
YUV 164.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 154 171 158 0.10 0 0.08 0.33 134.12 0.09 0.64
Hex 9A AB 9E A 0 8 21 86 9 40
Octal 232 253 236 12 0 10 41 206 11 100
Binary 10011010 10101011 10011110 1010 0 1000 100001 10000110 1001 1000000

Color Harmonies of #9AAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAB9E

Black with #9AAB9E

Text Example


Text Example

White with #9AAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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