#AECAC3

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

Shades of Opal #AECAC3

Tints of Opal #AECAC3

Color information

#AECAC3 (or 0xAECAC3) is unknown color: approx Opal. HEX triplet: AE, CA and C3. RGB value is (174,202,195). Sum of RGB (Red+Green+Blue) = 174+202+195=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAC3 is #51353C. Grayscale: #C0C0C0. Windows color (decimal): -5322045 or 12831406. OLE color: 12831406.

HSL color Cylindrical-coordinate representation of color #AECAC3: hue angle of 165º 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 #AECAC3 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB174202195-
CMYK0.1400.030.21
HSL165º20.9%73.73%-
HSV(B)165º13.86%79.22%-
XYZ48.4355.1859.73-
YUV192.83129.22114.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.47%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 195 (76.56% from 255) = 34.15%
R=30.47%
G=35.38%
B=34.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021950.1400.030.2116520.973.73
HexAECAC3E0315a5154a
Octal25631230316032524525112
Binary10101110110010101100001111100111010110100101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAC3; }

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

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

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

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

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

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

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

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