#AACCC3

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

Shades of Opal #AACCC3

Tints of Opal #AACCC3

Color information

#AACCC3 (or 0xAACCC3) is unknown color: approx Opal. HEX triplet: AA, CC and C3. RGB value is (170,204,195). Sum of RGB (Red+Green+Blue) = 170+204+195=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCC3 is #55333C. Grayscale: #C0C0C0. Windows color (decimal): -5583677 or 12831914. OLE color: 12831914.

HSL color Cylindrical-coordinate representation of color #AACCC3: hue angle of 164.12º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACCC3 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB170204195-
CMYK0.1700.040.2
HSL164.12º25%73.33%-
HSV(B)164.12º16.67%80%-
XYZ48.0255.6759.84-
YUV192.81129.24111.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.88%
GREEN value IS 204 (80.08% from 255) = 35.85%
BLUE value IS 195 (76.56% from 255) = 34.27%
R=29.88%
G=35.85%
B=34.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041950.1700.040.2164.122573.33
HexAACCC3110414a41949
Octal25231430321042424431111
Binary1010101011001100110000111000101001010010100100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCC3; }

 p { color: rgb(170,204,195); }

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

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

 a { background-color: rgb(170,204,195); }

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

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

 span { border-color: rgb(170,204,195); }

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