#AECAC4

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

Shades of Opal #AECAC4

Tints of Opal #AECAC4

Color information

#AECAC4 (or 0xAECAC4) is unknown color: approx Opal. HEX triplet: AE, CA and C4. RGB value is (174,202,196). Sum of RGB (Red+Green+Blue) = 174+202+196=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAC4 is #51353B. Grayscale: #C0C0C0. Windows color (decimal): -5322044 or 12896942. OLE color: 12896942.

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

Color convert

RGB174202196-
CMYK0.1400.030.21
HSL167.14º20.9%73.73%-
HSV(B)167.14º13.86%79.22%-
XYZ48.5455.2360.33-
YUV192.94129.72114.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 196 (76.95% from 255) = 34.27%
R=30.42%
G=35.31%
B=34.27%

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
Decimal1742021960.1400.030.21167.1420.973.73
HexAECAC4E0315a7154a
Octal25631230416032524725112
Binary10101110110010101100010011100111010110100111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAC4; }

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

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

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

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

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

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

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

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