#A3CAC3

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

Shades of Opal #A3CAC3

Tints of Opal #A3CAC3

Color information

#A3CAC3 (or 0xA3CAC3) is unknown color: approx Opal. HEX triplet: A3, CA and C3. RGB value is (163,202,195). Sum of RGB (Red+Green+Blue) = 163+202+195=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CAC3 is #5C353C. Grayscale: #BDBDBD. Windows color (decimal): -6042941 or 12831395. OLE color: 12831395.

HSL color Cylindrical-coordinate representation of color #A3CAC3: hue angle of 169.23º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3CAC3 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB163202195-
CMYK0.1900.030.21
HSL169.23º26.9%71.57%-
HSV(B)169.23º19.31%79.22%-
XYZ46.0853.9759.62-
YUV189.54131.08109.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.11%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 195 (76.56% from 255) = 34.82%
R=29.11%
G=36.07%
B=34.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1632021950.1900.030.21169.2326.971.57
HexA3CAC3130315a91b48
Octal24331230323032525133110
Binary101000111100101011000011100110111010110101001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CAC3; }

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

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

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

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

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

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

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

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