#98ACA7

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

Shades of Conch #98ACA7

Tints of Conch #98ACA7

Color information

#98ACA7 (or 0x98ACA7) is unknown color: approx Conch. HEX triplet: 98, AC and A7. RGB value is (152,172,167). Sum of RGB (Red+Green+Blue) = 152+172+167=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 172 - color contains mainly: green. Hex color #98ACA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ACA7 is #675358. Grayscale: #A5A5A5. Windows color (decimal): -6771545 or 10988696. OLE color: 10988696.

HSL color Cylindrical-coordinate representation of color #98ACA7: hue angle of 165º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98ACA7 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB152172167-
CMYK0.1200.030.33
HSL165º10.75%63.53%-
HSV(B)165º11.63%67.45%-
XYZ34.6838.9742.25-
YUV165.45128.87118.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.96%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 167 (65.62% from 255) = 34.01%
R=30.96%
G=35.03%
B=34.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521721670.1200.030.3316510.7563.53
Hex98ACA7C0321a5b40
Octal23025424714034124513100
Binary10011000101011001010011111000111000011010010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98ACA7; }

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

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

<style>
 a { background-color: #98ACA7; }

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

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

<style>
 span { border-color: #98ACA7; }

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

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