#9AAEA9

Color #9AAEA9 Conch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conch #9AAEA9

Tints of Conch #9AAEA9

Color information

#9AAEA9 (or 0x9AAEA9) is unknown color: approx Conch. HEX triplet: 9A, AE and A9. RGB value is (154,174,169). Sum of RGB (Red+Green+Blue) = 154+174+169=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAEA9 is #655156. Grayscale: #A7A7A7. Windows color (decimal): -6639959 or 11120282. OLE color: 11120282.

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

Color convert

RGB154174169-
CMYK0.1100.030.32
HSL165º10.99%64.31%-
HSV(B)165º11.49%68.24%-
XYZ35.6240.0143.38-
YUV167.45128.87118.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.99%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 169 (66.41% from 255) = 34.00%
R=30.99%
G=35.01%
B=34.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541741690.1100.030.3216510.9964.31
Hex9AAEA9B0320a5b40
Octal23225625113034024513100
Binary10011010101011101010100110110111000001010010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9AAEA9;
 }
 .AnyTagClassName
 {
   color: #9AAEA9;
 }
</style>
background-color css

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

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

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

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

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

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