#A3CAC1

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

Shades of Opal #A3CAC1

Tints of Opal #A3CAC1

Color information

#A3CAC1 (or 0xA3CAC1) is unknown color: approx Opal. HEX triplet: A3, CA and C1. RGB value is (163,202,193). Sum of RGB (Red+Green+Blue) = 163+202+193=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CAC1 is #5C353E. Grayscale: #BDBDBD. Windows color (decimal): -6042943 or 12700323. OLE color: 12700323.

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

Color convert

RGB163202193-
CMYK0.1900.040.21
HSL166.15º26.9%71.57%-
HSV(B)166.15º19.31%79.22%-
XYZ45.8553.8858.43-
YUV189.31130.08109.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.21%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 193 (75.78% from 255) = 34.59%
R=29.21%
G=36.20%
B=34.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1632021930.1900.040.21166.1526.971.57
HexA3CAC1130415a61b48
Octal24331230123042524633110
Binary1010001111001010110000011001101001010110100110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CAC1; }

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

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

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

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

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

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

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

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