#AECAC5

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

Shades of Opal #AECAC5

Tints of Opal #AECAC5

Color information

#AECAC5 (or 0xAECAC5) is unknown color: approx Opal. HEX triplet: AE, CA and C5. RGB value is (174,202,197). Sum of RGB (Red+Green+Blue) = 174+202+197=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAC5 is #51353A. Grayscale: #C1C1C1. Windows color (decimal): -5322043 or 12962478. OLE color: 12962478.

HSL color Cylindrical-coordinate representation of color #AECAC5: hue angle of 169.29º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECAC5 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB174202197-
CMYK0.1400.020.21
HSL169.29º20.9%73.73%-
HSV(B)169.29º13.86%79.22%-
XYZ48.6555.2760.93-
YUV193.06130.22114.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 197 (77.34% from 255) = 34.38%
R=30.37%
G=35.25%
B=34.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021970.1400.020.21169.2920.973.73
HexAECAC5E0215a9154a
Octal25631230516022525125112
Binary10101110110010101100010111100101010110101001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAC5; }

 p { color: rgb(174,202,197); }

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

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

 a { background-color: rgb(174,202,197); }

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

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

 span { border-color: rgb(174,202,197); }

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