#99AEAC

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

Shades of Conch #99AEAC

Tints of Conch #99AEAC

Color information

#99AEAC (or 0x99AEAC) is unknown color: approx Conch. HEX triplet: 99, AE and AC. RGB value is (153,174,172). Sum of RGB (Red+Green+Blue) = 153+174+172=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 174 - color contains mainly: green. Hex color #99AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AEAC is #665153. Grayscale: #A7A7A7. Windows color (decimal): -6705492 or 11316889. OLE color: 11316889.

HSL color Cylindrical-coordinate representation of color #99AEAC: hue angle of 174.29º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99AEAC is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB153174172-
CMYK0.1200.010.32
HSL174.29º11.48%64.12%-
HSV(B)174.29º12.07%68.24%-
XYZ35.7240.0244.87-
YUV167.49130.54117.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.66%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 172 (67.58% from 255) = 34.47%
R=30.66%
G=34.87%
B=34.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531741720.1200.010.32174.2911.4864.12
Hex99AEACC0120aeb40
Octal23125625414014025613100
Binary1001100110101110101011001100011000001010111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,174,172); }

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

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

 a { background-color: rgb(153,174,172); }

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

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

 span { border-color: rgb(153,174,172); }

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