#9AAEAB

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

Shades of Conch #9AAEAB

Tints of Conch #9AAEAB

Color information

#9AAEAB (or 0x9AAEAB) is unknown color: approx Conch. HEX triplet: 9A, AE and AB. RGB value is (154,174,171). Sum of RGB (Red+Green+Blue) = 154+174+171=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAEAB is #655154. Grayscale: #A7A7A7. Windows color (decimal): -6639957 or 11251354. OLE color: 11251354.

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

Color convert

RGB154174171-
CMYK0.1100.020.32
HSL171º10.99%64.31%-
HSV(B)171º11.49%68.24%-
XYZ35.8140.0844.38-
YUV167.68129.87118.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.86%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=30.86%
G=34.87%
B=34.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541741710.1100.020.3217110.9964.31
Hex9AAEABB0220abb40
Octal23225625313024025313100
Binary10011010101011101010101110110101000001010101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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