#9AACA7

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

Shades of Conch #9AACA7

Tints of Conch #9AACA7

Color information

#9AACA7 (or 0x9AACA7) is unknown color: approx Conch. HEX triplet: 9A, AC and A7. RGB value is (154,172,167). Sum of RGB (Red+Green+Blue) = 154+172+167=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 172 - color contains mainly: green. Hex color #9AACA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AACA7 is #655358. Grayscale: #A6A6A6. Windows color (decimal): -6640473 or 10988698. OLE color: 10988698.

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

Color convert

RGB154172167-
CMYK0.1000.030.33
HSL163.33º9.78%63.92%-
HSV(B)163.33º10.47%67.45%-
XYZ35.0539.1742.27-
YUV166.05128.54119.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.24%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 167 (65.62% from 255) = 33.87%
R=31.24%
G=34.89%
B=33.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541721670.1000.030.33163.339.7863.92
Hex9AACA7A0321a3a40
Octal23225424712034124312100
Binary10011010101011001010011110100111000011010001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,172,167); }

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

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

 a { background-color: rgb(154,172,167); }

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

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

 span { border-color: rgb(154,172,167); }

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