#AAC9C1

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

Shades of Opal #AAC9C1

Tints of Opal #AAC9C1

Color information

#AAC9C1 (or 0xAAC9C1) is unknown color: approx Opal. HEX triplet: AA, C9 and C1. RGB value is (170,201,193). Sum of RGB (Red+Green+Blue) = 170+201+193=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9C1 is #55363E. Grayscale: #BEBEBE. Windows color (decimal): -5584447 or 12700074. OLE color: 12700074.

HSL color Cylindrical-coordinate representation of color #AAC9C1: hue angle of 164.52º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC9C1 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB170201193-
CMYK0.1500.040.21
HSL164.52º22.3%72.75%-
HSV(B)164.52º15.42%78.82%-
XYZ47.0954.1758.43-
YUV190.82129.23113.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.14%
GREEN value IS 201 (78.91% from 255) = 35.64%
BLUE value IS 193 (75.78% from 255) = 34.22%
R=30.14%
G=35.64%
B=34.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702011930.1500.040.21164.5222.372.75
HexAAC9C1F0415a51649
Octal25231130117042524526111
Binary101010101100100111000001111101001010110100101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC9C1; }

 p { color: rgb(170,201,193); }

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

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

 a { background-color: rgb(170,201,193); }

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

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

 span { border-color: rgb(170,201,193); }

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