Html Css Color HEX #9AAD9B Edward

📋 copy color: '#9AAD9B'

red 154 ◦ green 173 ◦ blue 155

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

Shades of Edward #9AAD9B

Tints of Edward #9AAD9B

RGB

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

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

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

R = 31.95%
G = 35.89%
B = 32.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#9AAD9B (or 0x9AAD9B) is known color: Edward. HEX triplet: 9A, AD and 9B. RGB value is (154,173,155). Sum of RGB (Red+Green+Blue) = 154+173+155=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 173 - color contains mainly: green. Hex color #9AAD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAD9B is #655264. Grayscale: #A5A5A5. Windows color (decimal): -6640229 or 10202522. OLE color: 10202522.

HSL color Cylindrical-coordinate representation of color #9AAD9B: hue angle of 123.16º 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 #9AAD9B is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 173 155 -
CMYK 0.11 0 0.10 0.32
HSL 123.16º 0.1% 0.64% -
HSV(B) 123.16º 0.11% 0.68% -
XYZ 34.19 39.12 36.76 -
YUV 165.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 154 173 155 0.11 0 0.10 0.32 123.16 0.1 0.64
Hex 9A AD 9B B 0 A 20 7B A 40
Octal 232 255 233 13 0 12 40 173 12 100
Binary 10011010 10101101 10011011 1011 0 1010 100000 1111011 1010 1000000

Color Harmonies of #9AAD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAD9B

Black with #9AAD9B

Text Example


Text Example

White with #9AAD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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