#99AFA9

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

Shades of Conch #99AFA9

Tints of Conch #99AFA9

Color information

#99AFA9 (or 0x99AFA9) is unknown color: approx Conch. HEX triplet: 99, AF and A9. RGB value is (153,175,169). Sum of RGB (Red+Green+Blue) = 153+175+169=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 175 - color contains mainly: green. Hex color #99AFA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AFA9 is #665056. Grayscale: #A7A7A7. Windows color (decimal): -6705239 or 11120537. OLE color: 11120537.

HSL color Cylindrical-coordinate representation of color #99AFA9: hue angle of 163.64º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99AFA9 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB153175169-
CMYK0.1300.030.31
HSL163.64º12.09%64.31%-
HSV(B)163.64º12.57%68.63%-
XYZ35.6340.343.44-
YUV167.74128.71117.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.78%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 169 (66.41% from 255) = 34.00%
R=30.78%
G=35.21%
B=34.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531751690.1300.030.31163.6412.0964.31
Hex99AFA9D031Fa4c40
Octal23125725115033724414100
Binary1001100110101111101010011101011111111010010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AFA9; }

 p { color: rgb(153,175,169); }

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

<style>
 a { background-color: #99AFA9; }

 a { background-color: rgb(153,175,169); }

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

<style>
 span { border-color: #99AFA9; }

 span { border-color: rgb(153,175,169); }

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